#D27EC9

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

Shades of Orchid #D27EC9

Tints of Orchid #D27EC9

Color information

#D27EC9 (or 0xD27EC9) is unknown color: approx Orchid. HEX triplet: D2, 7E and C9. RGB value is (210,126,201). Sum of RGB (Red+Green+Blue) = 210+126+201=537 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.11% from 537); Green value is 126 (49.61% from 255 or 23.46% from 537); Blue value is 201 (78.91% from 255 or 37.43% from 537); Max value from RGB is 210 - color contains mainly: red. Hex color #D27EC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27EC9 is #2D8136. Grayscale: #9F9F9F. Windows color (decimal): -2982199 or 13205202. OLE color: 13205202.

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

Color convert

RGB210126201-
CMYK00.40.040.18
HSL306.43º48.28%65.88%-
HSV(B)306.43º40%82.35%-
XYZ44.5832.8459.25-
YUV159.67151.33163.9-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.11%
GREEN value IS 126 (49.61% from 255) = 23.46%
BLUE value IS 201 (78.91% from 255) = 37.43%
R=39.11%
G=23.46%
B=37.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012620100.40.040.18306.4348.2865.88
HexD27EC90284121323042
Octal32217631105042246260102
Binary110100101111110110010010101000100100101001100101100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27EC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27EC9; }

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

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

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

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

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

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

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

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