#D27DCC

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

Shades of Orchid #D27DCC

Tints of Orchid #D27DCC

Color information

#D27DCC (or 0xD27DCC) is unknown color: approx Orchid. HEX triplet: D2, 7D and CC. RGB value is (210,125,204). Sum of RGB (Red+Green+Blue) = 210+125+204=539 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.96% from 539); Green value is 125 (49.22% from 255 or 23.19% from 539); Blue value is 204 (80.08% from 255 or 37.85% from 539); Max value from RGB is 210 - color contains mainly: red. Hex color #D27DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27DCC is #2D8233. Grayscale: #9F9F9F. Windows color (decimal): -2982452 or 13401554. OLE color: 13401554.

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

Color convert

RGB210125204-
CMYK00.400.030.18
HSL304.24º48.57%65.69%-
HSV(B)304.24º40.48%82.35%-
XYZ44.8132.7361.08-
YUV159.42153.16164.08-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.96%
GREEN value IS 125 (49.22% from 255) = 23.19%
BLUE value IS 204 (80.08% from 255) = 37.85%
R=38.96%
G=23.19%
B=37.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012520400.400.030.18304.2448.5765.69
HexD27DCC0283121303142
Octal32217531405032246061102
Binary11010010111110111001100010100011100101001100001100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27DCC; }

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

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

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

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

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

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

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

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