#D26EDF

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

Shades of Orchid #D26EDF

Tints of Orchid #D26EDF

Color information

#D26EDF (or 0xD26EDF) is unknown color: approx Orchid. HEX triplet: D2, 6E and DF. RGB value is (210,110,223). Sum of RGB (Red+Green+Blue) = 210+110+223=543 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.67% from 543); Green value is 110 (43.36% from 255 or 20.26% from 543); Blue value is 223 (87.5% from 255 or 41.07% from 543); Max value from RGB is 223 - color contains mainly: blue. Hex color #D26EDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26EDF is #2D9120. Grayscale: #989898. Windows color (decimal): -2986273 or 14642898. OLE color: 14642898.

HSL color Cylindrical-coordinate representation of color #D26EDF: hue angle of 293.1º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D26EDF is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB210110223-
CMYK0.060.5100.13
HSL293.1º63.84%65.29%-
HSV(B)293.1º50.67%87.45%-
XYZ45.4730.1873.24-
YUV152.78167.63168.81-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.67%
GREEN value IS 110 (43.36% from 255) = 20.26%
BLUE value IS 223 (87.5% from 255) = 41.07%
R=38.67%
G=20.26%
B=41.07%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2101102230.060.5100.13293.163.8465.29
HexD26EDF6330D1254041
Octal322156337663015445100101
Binary110100101101110110111111101100110110110010010110000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26EDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26EDF; }

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

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

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

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

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

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

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

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