#D27DD5

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

Shades of Orchid #D27DD5

Tints of Orchid #D27DD5

Color information

#D27DD5 (or 0xD27DD5) is unknown color: approx Orchid. HEX triplet: D2, 7D and D5. RGB value is (210,125,213). Sum of RGB (Red+Green+Blue) = 210+125+213=548 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.32% from 548); Green value is 125 (49.22% from 255 or 22.81% from 548); Blue value is 213 (83.59% from 255 or 38.87% from 548); Max value from RGB is 213 - color contains mainly: blue. Hex color #D27DD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27DD5 is #2D822A. Grayscale: #A0A0A0. Windows color (decimal): -2982443 or 13991378. OLE color: 13991378.

HSL color Cylindrical-coordinate representation of color #D27DD5: hue angle of 297.95º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D27DD5 is Cyan = 0.01, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB210125213-
CMYK0.010.4100.16
HSL297.95º51.16%66.27%-
HSV(B)297.95º41.31%83.53%-
XYZ45.9233.1766.93-
YUV160.45157.66163.34-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.32%
GREEN value IS 125 (49.22% from 255) = 22.81%
BLUE value IS 213 (83.59% from 255) = 38.87%
R=38.32%
G=22.81%
B=38.87%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2101252130.010.4100.16297.9551.1666.27
HexD27DD512901012a3342
Octal32217532515102045263102
Binary1101001011111011101010111010010100001001010101100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27DD5; }

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

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

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

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

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

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

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

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