#D27DB9

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

Shades of Orchid #D27DB9

Tints of Orchid #D27DB9

Color information

#D27DB9 (or 0xD27DB9) is unknown color: approx Orchid. HEX triplet: D2, 7D and B9. RGB value is (210,125,185). Sum of RGB (Red+Green+Blue) = 210+125+185=520 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.38% from 520); Green value is 125 (49.22% from 255 or 24.04% from 520); Blue value is 185 (72.66% from 255 or 35.58% from 520); Max value from RGB is 210 - color contains mainly: red. Hex color #D27DB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27DB9 is #2D8246. Grayscale: #9D9D9D. Windows color (decimal): -2982471 or 12156370. OLE color: 12156370.

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

Color convert

RGB210125185-
CMYK00.400.120.18
HSL317.65º48.57%65.69%-
HSV(B)317.65º40.48%82.35%-
XYZ42.6731.8749.8-
YUV157.26143.66165.62-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.38%
GREEN value IS 125 (49.22% from 255) = 24.04%
BLUE value IS 185 (72.66% from 255) = 35.58%
R=40.38%
G=24.04%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.12
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012518500.400.120.18317.6548.5765.69
HexD27DB9028C1213e3142
Octal322175271050142247661102
Binary1101001011111011011100101010001100100101001111101100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27DB9; }

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

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

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

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

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

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

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

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