#D27DCD

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

Shades of Orchid #D27DCD

Tints of Orchid #D27DCD

Color information

#D27DCD (or 0xD27DCD) is unknown color: approx Orchid. HEX triplet: D2, 7D and CD. RGB value is (210,125,205). Sum of RGB (Red+Green+Blue) = 210+125+205=540 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.89% from 540); Green value is 125 (49.22% from 255 or 23.15% from 540); Blue value is 205 (80.47% from 255 or 37.96% from 540); Max value from RGB is 210 - color contains mainly: red. Hex color #D27DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27DCD is #2D8232. Grayscale: #9F9F9F. Windows color (decimal): -2982451 or 13467090. OLE color: 13467090.

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

Color convert

RGB210125205-
CMYK00.400.020.18
HSL303.53º48.57%65.69%-
HSV(B)303.53º40.48%82.35%-
XYZ44.9332.7861.72-
YUV159.54153.66164-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.89%
GREEN value IS 125 (49.22% from 255) = 23.15%
BLUE value IS 205 (80.47% from 255) = 37.96%
R=38.89%
G=23.15%
B=37.96%

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
Decimal21012520500.400.020.18303.5348.5765.69
HexD27DCD0282121303142
Octal32217531505022246061102
Binary11010010111110111001101010100010100101001100001100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27DCD; }

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

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

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

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

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

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

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

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