#D27EC8

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

Shades of Orchid #D27EC8

Tints of Orchid #D27EC8

Color information

#D27EC8 (or 0xD27EC8) is unknown color: approx Orchid. HEX triplet: D2, 7E and C8. RGB value is (210,126,200). Sum of RGB (Red+Green+Blue) = 210+126+200=536 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.18% from 536); Green value is 126 (49.61% from 255 or 23.51% from 536); Blue value is 200 (78.52% from 255 or 37.31% from 536); Max value from RGB is 210 - color contains mainly: red. Hex color #D27EC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27EC8 is #2D8137. Grayscale: #9F9F9F. Windows color (decimal): -2982200 or 13139666. OLE color: 13139666.

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

Color convert

RGB210126200-
CMYK00.40.050.18
HSL307.14º48.28%65.88%-
HSV(B)307.14º40%82.35%-
XYZ44.4632.7958.63-
YUV159.55150.83163.98-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.18%
GREEN value IS 126 (49.61% from 255) = 23.51%
BLUE value IS 200 (78.52% from 255) = 37.31%
R=39.18%
G=23.51%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.05
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012620000.40.050.18307.1448.2865.88
HexD27EC80285121333042
Octal32217631005052246360102
Binary110100101111110110010000101000101100101001100111100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27EC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27EC8; }

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

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

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

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

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

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

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

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