#D27ECD

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

Shades of Orchid #D27ECD

Tints of Orchid #D27ECD

Color information

#D27ECD (or 0xD27ECD) is unknown color: approx Orchid. HEX triplet: D2, 7E and CD. RGB value is (210,126,205). Sum of RGB (Red+Green+Blue) = 210+126+205=541 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.82% from 541); Green value is 126 (49.61% from 255 or 23.29% from 541); Blue value is 205 (80.47% from 255 or 37.89% from 541); Max value from RGB is 210 - color contains mainly: red. Hex color #D27ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27ECD is #2D8132. Grayscale: #9F9F9F. Windows color (decimal): -2982195 or 13467346. OLE color: 13467346.

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

Color convert

RGB210126205-
CMYK00.40.020.18
HSL303.57º48.28%65.88%-
HSV(B)303.57º40%82.35%-
XYZ45.0633.0361.76-
YUV160.12153.33163.58-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.82%
GREEN value IS 126 (49.61% from 255) = 23.29%
BLUE value IS 205 (80.47% from 255) = 37.89%
R=38.82%
G=23.29%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012620500.40.020.18303.5748.2865.88
HexD27ECD0282121303042
Octal32217631505022246060102
Binary11010010111111011001101010100010100101001100001100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27ECD; }

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

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

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

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

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

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

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

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