#D27DE1

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

Shades of Orchid #D27DE1

Tints of Orchid #D27DE1

Color information

#D27DE1 (or 0xD27DE1) is unknown color: approx Orchid. HEX triplet: D2, 7D and E1. RGB value is (210,125,225). Sum of RGB (Red+Green+Blue) = 210+125+225=560 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.5% from 560); Green value is 125 (49.22% from 255 or 22.32% from 560); Blue value is 225 (88.28% from 255 or 40.18% from 560); Max value from RGB is 225 - color contains mainly: blue. Hex color #D27DE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27DE1 is #2D821E. Grayscale: #A1A1A1. Windows color (decimal): -2982431 or 14777810. OLE color: 14777810.

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

Color convert

RGB210125225-
CMYK0.070.4400.12
HSL291º62.5%68.63%-
HSV(B)291º44.44%88.24%-
XYZ47.533.8175.26-
YUV161.82163.66162.37-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.5%
GREEN value IS 125 (49.22% from 255) = 22.32%
BLUE value IS 225 (88.28% from 255) = 40.18%
R=37.5%
G=22.32%
B=40.18%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2101252250.070.4400.1229162.568.63
HexD27DE172C0C1233e45
Octal32217534175401444376105
Binary11010010111110111100001111101100011001001000111111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27DE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27DE1; }

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

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

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

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

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

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

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

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