Html Css Color HEX #D26ECC Orchid

📋 copy color: '#D26ECC'

red 210 ◦ green 110 ◦ blue 204

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

Shades of Orchid #D26ECC

Tints of Orchid #D26ECC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 20.99%

 BLUE value IS 204 (80.08% from 255) = 38.93%

R = 40.08%
G = 20.99%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D26ECC (or 0xD26ECC) is known color: Orchid. HEX triplet: D2, 6E and CC. RGB value is (210,110,204). Sum of RGB (Red+Green+Blue) = 210+110+204=524 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.08% from 524); Green value is 110 (43.36% from 255 or 20.99% from 524); Blue value is 204 (80.08% from 255 or 38.93% from 524); Max value from RGB is 210 - color contains mainly: red. Hex color #D26ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26ECC is #2D9133. Grayscale: #969696. Windows color (decimal): -2986292 or 13397714. OLE color: 13397714.

HSL color Cylindrical-coordinate representation of color #D26ECC: hue angle of 303.6º 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 #D26ECC is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 110 204 -
CMYK 0 0.48 0.03 0.18
HSL 303.6º 0.53% 0.63% -
HSV(B) 303.6º 0.48% 0.82% -
XYZ 43.05 29.21 60.5 -
YUV 150.62 158.13 170.36 -
System Red Green Blue C M Y K H S L
Decimal 210 110 204 0 0.48 0.03 0.18 303.6 0.53 0.63
Hex D2 6E CC 0 30 3 12 130 35 3F
Octal 322 156 314 0 60 3 22 460 65 77
Binary 11010010 1101110 11001100 0 110000 11 10010 100110000 110101 111111

Color Harmonies of #D26ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26ECC

Black with #D26ECC

Text Example


Text Example

White with #D26ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26ECC; }

 p { color: rgb(210,110,204); }

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

background-color css

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

 a { background-color: rgb(210,110,204); }

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

border-color css

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

 span { border-color: rgb(210,110,204); }

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