#D27EC3

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

Shades of Orchid #D27EC3

Tints of Orchid #D27EC3

Color information

#D27EC3 (or 0xD27EC3) is unknown color: approx Orchid. HEX triplet: D2, 7E and C3. RGB value is (210,126,195). Sum of RGB (Red+Green+Blue) = 210+126+195=531 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.55% from 531); Green value is 126 (49.61% from 255 or 23.73% from 531); Blue value is 195 (76.56% from 255 or 36.72% from 531); Max value from RGB is 210 - color contains mainly: red. Hex color #D27EC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27EC3 is #2D813C. Grayscale: #9E9E9E. Windows color (decimal): -2982205 or 12811986. OLE color: 12811986.

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

Color convert

RGB210126195-
CMYK00.40.070.18
HSL310.71º48.28%65.88%-
HSV(B)310.71º40%82.35%-
XYZ43.8932.5655.6-
YUV158.98148.33164.39-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.55%
GREEN value IS 126 (49.61% from 255) = 23.73%
BLUE value IS 195 (76.56% from 255) = 36.72%
R=39.55%
G=23.73%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.07
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012619500.40.070.18310.7148.2865.88
HexD27EC30287121373042
Octal32217630305072246760102
Binary110100101111110110000110101000111100101001101111100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27EC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27EC3; }

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

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

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

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

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

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

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

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