#D26EC9

Color #D26EC9 Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #D26EC9

Tints of Orchid #D26EC9

Color information

#D26EC9 (or 0xD26EC9) is unknown color: approx Orchid. HEX triplet: D2, 6E and C9. RGB value is (210,110,201). Sum of RGB (Red+Green+Blue) = 210+110+201=521 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.31% from 521); Green value is 110 (43.36% from 255 or 21.11% from 521); Blue value is 201 (78.91% from 255 or 38.58% from 521); Max value from RGB is 210 - color contains mainly: red. Hex color #D26EC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26EC9 is #2D9136. Grayscale: #969696. Windows color (decimal): -2986295 or 13201106. OLE color: 13201106.

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

Color convert

RGB210110201-
CMYK00.480.040.18
HSL305.4º52.63%62.75%-
HSV(B)305.4º47.62%82.35%-
XYZ42.729.0758.62-
YUV150.27156.63170.6-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.31%
GREEN value IS 110 (43.36% from 255) = 21.11%
BLUE value IS 201 (78.91% from 255) = 38.58%
R=40.31%
G=21.11%
B=38.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21011020100.480.040.18305.452.6362.75
HexD26EC9030412131353f
Octal3221563110604224616577
Binary11010010110111011001001011000010010010100110001110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26EC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26EC9; }

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

 H1.HeaderClassName
 {
   color: #D26EC9;
 }
 .AnyTagClassName
 {
   color: #D26EC9;
 }
</style>
background-color css

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

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

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

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

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

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