#D27FDD

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

Shades of Orchid #D27FDD

Tints of Orchid #D27FDD

Color information

#D27FDD (or 0xD27FDD) is unknown color: approx Orchid. HEX triplet: D2, 7F and DD. RGB value is (210,127,221). Sum of RGB (Red+Green+Blue) = 210+127+221=558 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.63% from 558); Green value is 127 (50% from 255 or 22.76% from 558); Blue value is 221 (86.72% from 255 or 39.61% from 558); Max value from RGB is 221 - color contains mainly: blue. Hex color #D27FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27FDD is #2D8022. Grayscale: #A2A2A2. Windows color (decimal): -2981923 or 14516178. OLE color: 14516178.

HSL color Cylindrical-coordinate representation of color #D27FDD: hue angle of 292.98º degrees, saturation: 0.58, 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 #D27FDD is Cyan = 0.05, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB210127221-
CMYK0.050.4300.13
HSL292.98º58.02%68.24%-
HSV(B)292.98º42.53%86.67%-
XYZ47.2234.172.5-
YUV162.53161161.86-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.63%
GREEN value IS 127 (50% from 255) = 22.76%
BLUE value IS 221 (86.72% from 255) = 39.61%
R=37.63%
G=22.76%
B=39.61%

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
Decimal2101272210.050.4300.13292.9858.0268.24
HexD27FDD52B0D1253a44
Octal32217733555301544572104
Binary11010010111111111011101101101011011011001001011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27FDD; }

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

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

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

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

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

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

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

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