#D27DE0

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

Shades of Orchid #D27DE0

Tints of Orchid #D27DE0

Color information

#D27DE0 (or 0xD27DE0) is unknown color: approx Orchid. HEX triplet: D2, 7D and E0. RGB value is (210,125,224). Sum of RGB (Red+Green+Blue) = 210+125+224=559 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.57% from 559); Green value is 125 (49.22% from 255 or 22.36% from 559); Blue value is 224 (87.89% from 255 or 40.07% from 559); Max value from RGB is 224 - color contains mainly: blue. Hex color #D27DE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27DE0 is #2D821F. Grayscale: #A1A1A1. Windows color (decimal): -2982432 or 14712274. OLE color: 14712274.

HSL color Cylindrical-coordinate representation of color #D27DE0: hue angle of 291.52º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D27DE0 is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB210125224-
CMYK0.060.4400.12
HSL291.52º61.49%68.43%-
HSV(B)291.52º44.2%87.84%-
XYZ47.3733.7574.54-
YUV161.7163.16162.45-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.57%
GREEN value IS 125 (49.22% from 255) = 22.36%
BLUE value IS 224 (87.89% from 255) = 40.07%
R=37.57%
G=22.36%
B=40.07%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2101252240.060.4400.12291.5261.4968.43
HexD27DE062C0C1243d44
Octal32217534065401444475104
Binary11010010111110111100000110101100011001001001001111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27DE0; }

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

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

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

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

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

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

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

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