#D27CDF

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

Shades of Orchid #D27CDF

Tints of Orchid #D27CDF

Color information

#D27CDF (or 0xD27CDF) is unknown color: approx Orchid. HEX triplet: D2, 7C and DF. RGB value is (210,124,223). Sum of RGB (Red+Green+Blue) = 210+124+223=557 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.70% from 557); Green value is 124 (48.83% from 255 or 22.26% from 557); Blue value is 223 (87.5% from 255 or 40.04% from 557); Max value from RGB is 223 - color contains mainly: blue. Hex color #D27CDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27CDF is #2D8320. Grayscale: #A0A0A0. Windows color (decimal): -2982689 or 14646482. OLE color: 14646482.

HSL color Cylindrical-coordinate representation of color #D27CDF: hue angle of 292.12º degrees, saturation: 0.61, 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 #D27CDF is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB210124223-
CMYK0.060.4400.13
HSL292.12º60.74%68.04%-
HSV(B)292.12º44.39%87.45%-
XYZ47.1133.4473.78-
YUV161162.99162.95-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.70%
GREEN value IS 124 (48.83% from 255) = 22.26%
BLUE value IS 223 (87.5% from 255) = 40.04%
R=37.70%
G=22.26%
B=40.04%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2101242230.060.4400.13292.1260.7468.04
HexD27CDF62C0D1243d44
Octal32217433765401544475104
Binary11010010111110011011111110101100011011001001001111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27CDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27CDF; }

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

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

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

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

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

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

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

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