#D27DCE

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

Shades of Orchid #D27DCE

Tints of Orchid #D27DCE

Color information

#D27DCE (or 0xD27DCE) is unknown color: approx Orchid. HEX triplet: D2, 7D and CE. RGB value is (210,125,206). Sum of RGB (Red+Green+Blue) = 210+125+206=541 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.82% from 541); Green value is 125 (49.22% from 255 or 23.11% from 541); Blue value is 206 (80.86% from 255 or 38.08% from 541); Max value from RGB is 210 - color contains mainly: red. Hex color #D27DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27DCE is #2D8231. Grayscale: #9F9F9F. Windows color (decimal): -2982450 or 13532626. OLE color: 13532626.

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

Color convert

RGB210125206-
CMYK00.400.020.18
HSL302.82º48.57%65.69%-
HSV(B)302.82º40.48%82.35%-
XYZ45.0532.8362.35-
YUV159.65154.16163.91-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.82%
GREEN value IS 125 (49.22% from 255) = 23.11%
BLUE value IS 206 (80.86% from 255) = 38.08%
R=38.82%
G=23.11%
B=38.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012520600.400.020.18302.8248.5765.69
HexD27DCE02821212f3142
Octal32217531605022245761102
Binary11010010111110111001110010100010100101001011111100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27DCE; }

 p { color: rgb(210,125,206); }

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

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

 a { background-color: rgb(210,125,206); }

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

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

 span { border-color: rgb(210,125,206); }

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