#D27FDE

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

Shades of Orchid #D27FDE

Tints of Orchid #D27FDE

Color information

#D27FDE (or 0xD27FDE) is unknown color: approx Orchid. HEX triplet: D2, 7F and DE. RGB value is (210,127,222). Sum of RGB (Red+Green+Blue) = 210+127+222=559 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.57% from 559); Green value is 127 (50% from 255 or 22.72% from 559); Blue value is 222 (87.11% from 255 or 39.71% from 559); Max value from RGB is 222 - color contains mainly: blue. Hex color #D27FDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27FDE is #2D8021. Grayscale: #A2A2A2. Windows color (decimal): -2981922 or 14581714. OLE color: 14581714.

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

Color convert

RGB210127222-
CMYK0.050.4300.13
HSL292.42º59.01%68.43%-
HSV(B)292.42º42.79%87.06%-
XYZ47.3534.1573.2-
YUV162.65161.5161.78-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.57%
GREEN value IS 127 (50% from 255) = 22.72%
BLUE value IS 222 (87.11% from 255) = 39.71%
R=37.57%
G=22.72%
B=39.71%

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
Decimal2101272220.050.4300.13292.4259.0168.43
HexD27FDE52B0D1243b44
Octal32217733655301544473104
Binary11010010111111111011110101101011011011001001001110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27FDE; }

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

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

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

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

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

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

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

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