Html Css Color HEX #D26DBA Orchid

📋 copy color: '#D26DBA'

red 210 ◦ green 109 ◦ blue 186

#D26DBA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #D26DBA

Tints of Orchid #D26DBA

RGB

 RED value IS 210 (82.42% from 255) = 41.58%

 GREEN value IS 109 (42.97% from 255) = 21.58%

 BLUE value IS 186 (73.05% from 255) = 36.83%

R = 41.58%
G = 21.58%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.11

 K value IS 0.18

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D26DBA (or 0xD26DBA) is known color: Orchid. HEX triplet: D2, 6D and BA. RGB value is (210,109,186). Sum of RGB (Red+Green+Blue) = 210+109+186=505 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.58% from 505); Green value is 109 (42.97% from 255 or 21.58% from 505); Blue value is 186 (73.05% from 255 or 36.83% from 505); Max value from RGB is 210 - color contains mainly: red. Hex color #D26DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26DBA is #2D9245. Grayscale: #939393. Windows color (decimal): -2986566 or 12217810. OLE color: 12217810.

HSL color Cylindrical-coordinate representation of color #D26DBA: hue angle of 314.26º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D26DBA is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 109 186 -
CMYK 0 0.48 0.11 0.18
HSL 314.26º 0.53% 0.63% -
HSV(B) 314.26º 0.48% 0.82% -
XYZ 40.91 28.18 49.74 -
YUV 147.98 149.46 172.24 -
System Red Green Blue C M Y K H S L
Decimal 210 109 186 0 0.48 0.11 0.18 314.26 0.53 0.63
Hex D2 6D BA 0 30 B 12 13A 35 3F
Octal 322 155 272 0 60 13 22 472 65 77
Binary 11010010 1101101 10111010 0 110000 1011 10010 100111010 110101 111111

Color Harmonies of #D26DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26DBA

Black with #D26DBA

Text Example


Text Example

White with #D26DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26DBA; }

 p { color: rgb(210,109,186); }

 H1.HeaderClassName
 {
   color: #D26DBA;
 }
 .AnyTagClassName
 {
   color: #D26DBA;
 }
</style>

background-color css

<style>
 a { background-color: #D26DBA; }

 a { background-color: rgb(210,109,186); }

 div.DivClassName
 {
   background-color: #D26DBA;
 }
 .BgClassName
 {
   background-color: #D26DBA;
 }
</style>

border-color css

<style>
 span { border-color: #D26DBA; }

 span { border-color: rgb(210,109,186); }

 td.TdClassName
 {
   border-color: #D26DBA;
 }
 .TagClassName
 {
   border-color: #D26DBA;
 }
</style>