#D27CDD

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

Shades of Orchid #D27CDD

Tints of Orchid #D27CDD

Color information

#D27CDD (or 0xD27CDD) is unknown color: approx Orchid. HEX triplet: D2, 7C and DD. RGB value is (210,124,221). Sum of RGB (Red+Green+Blue) = 210+124+221=555 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.84% from 555); Green value is 124 (48.83% from 255 or 22.34% from 555); Blue value is 221 (86.72% from 255 or 39.82% from 555); Max value from RGB is 221 - color contains mainly: blue. Hex color #D27CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27CDD is #2D8322. Grayscale: #A0A0A0. Windows color (decimal): -2982691 or 14515410. OLE color: 14515410.

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

Color convert

RGB210124221-
CMYK0.050.4400.13
HSL293.2º58.79%67.65%-
HSV(B)293.2º43.89%86.67%-
XYZ46.8433.3472.37-
YUV160.77161.99163.11-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.84%
GREEN value IS 124 (48.83% from 255) = 22.34%
BLUE value IS 221 (86.72% from 255) = 39.82%
R=37.84%
G=22.34%
B=39.82%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2101242210.050.4400.13293.258.7967.65
HexD27CDD52C0D1253b44
Octal32217433555401544573104
Binary11010010111110011011101101101100011011001001011110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27CDD; }

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

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

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

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

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

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

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

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