#D27AD5

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

Shades of Orchid #D27AD5

Tints of Orchid #D27AD5

Color information

#D27AD5 (or 0xD27AD5) is unknown color: approx Orchid. HEX triplet: D2, 7A and D5. RGB value is (210,122,213). Sum of RGB (Red+Green+Blue) = 210+122+213=545 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.53% from 545); Green value is 122 (48.05% from 255 or 22.39% from 545); Blue value is 213 (83.59% from 255 or 39.08% from 545); Max value from RGB is 213 - color contains mainly: blue. Hex color #D27AD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27AD5 is #2D852A. Grayscale: #9E9E9E. Windows color (decimal): -2983211 or 13990610. OLE color: 13990610.

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

Color convert

RGB210122213-
CMYK0.010.4300.16
HSL298.02º52%65.69%-
HSV(B)298.02º42.72%83.53%-
XYZ45.5532.4266.81-
YUV158.69158.65164.6-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.53%
GREEN value IS 122 (48.05% from 255) = 22.39%
BLUE value IS 213 (83.59% from 255) = 39.08%
R=38.53%
G=22.39%
B=39.08%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2101222130.010.4300.16298.025265.69
HexD27AD512B01012a3442
Octal32217232515302045264102
Binary1101001011110101101010111010110100001001010101101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27AD5; }

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

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

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

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

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

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

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

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