#D27DDD

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

Shades of Orchid #D27DDD

Tints of Orchid #D27DDD

Color information

#D27DDD (or 0xD27DDD) is unknown color: approx Orchid. HEX triplet: D2, 7D and DD. RGB value is (210,125,221). Sum of RGB (Red+Green+Blue) = 210+125+221=556 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.77% from 556); Green value is 125 (49.22% from 255 or 22.48% from 556); Blue value is 221 (86.72% from 255 or 39.75% from 556); Max value from RGB is 221 - color contains mainly: blue. Hex color #D27DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27DDD is #2D8222. Grayscale: #A1A1A1. Windows color (decimal): -2982435 or 14515666. OLE color: 14515666.

HSL color Cylindrical-coordinate representation of color #D27DDD: hue angle of 293.12º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D27DDD is Cyan = 0.05, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB210125221-
CMYK0.050.4300.13
HSL293.12º58.54%67.84%-
HSV(B)293.12º43.44%86.67%-
XYZ46.9633.5972.41-
YUV161.36161.66162.69-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.77%
GREEN value IS 125 (49.22% from 255) = 22.48%
BLUE value IS 221 (86.72% from 255) = 39.75%
R=37.77%
G=22.48%
B=39.75%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2101252210.050.4300.13293.1258.5467.84
HexD27DDD52B0D1253b44
Octal32217533555301544573104
Binary11010010111110111011101101101011011011001001011110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27DDD; }

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

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

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

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

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

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

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

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