#D27DBD

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

Shades of Orchid #D27DBD

Tints of Orchid #D27DBD

Color information

#D27DBD (or 0xD27DBD) is unknown color: approx Orchid. HEX triplet: D2, 7D and BD. RGB value is (210,125,189). Sum of RGB (Red+Green+Blue) = 210+125+189=524 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.08% from 524); Green value is 125 (49.22% from 255 or 23.85% from 524); Blue value is 189 (74.22% from 255 or 36.07% from 524); Max value from RGB is 210 - color contains mainly: red. Hex color #D27DBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27DBD is #2D8242. Grayscale: #9D9D9D. Windows color (decimal): -2982467 or 12418514. OLE color: 12418514.

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

Color convert

RGB210125189-
CMYK00.400.100.18
HSL314.82º48.57%65.69%-
HSV(B)314.82º40.48%82.35%-
XYZ43.132.0452.06-
YUV157.71145.66165.3-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.08%
GREEN value IS 125 (49.22% from 255) = 23.85%
BLUE value IS 189 (74.22% from 255) = 36.07%
R=40.08%
G=23.85%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012518900.400.100.18314.8248.5765.69
HexD27DBD028A1213b3142
Octal322175275050122247361102
Binary1101001011111011011110101010001010100101001110111100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27DBD; }

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

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

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

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

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

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

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

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