#D27AD7

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

Shades of Orchid #D27AD7

Tints of Orchid #D27AD7

Color information

#D27AD7 (or 0xD27AD7) is unknown color: approx Orchid. HEX triplet: D2, 7A and D7. RGB value is (210,122,215). Sum of RGB (Red+Green+Blue) = 210+122+215=547 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.39% from 547); Green value is 122 (48.05% from 255 or 22.30% from 547); Blue value is 215 (84.38% from 255 or 39.31% from 547); Max value from RGB is 215 - color contains mainly: blue. Hex color #D27AD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27AD7 is #2D8528. Grayscale: #9E9E9E. Windows color (decimal): -2983209 or 14121682. OLE color: 14121682.

HSL color Cylindrical-coordinate representation of color #D27AD7: hue angle of 296.77º degrees, saturation: 0.54, 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 #D27AD7 is Cyan = 0.02, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB210122215-
CMYK0.020.4300.16
HSL296.77º53.76%66.08%-
HSV(B)296.77º43.26%84.31%-
XYZ45.832.5368.15-
YUV158.91159.65164.44-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.39%
GREEN value IS 122 (48.05% from 255) = 22.30%
BLUE value IS 215 (84.38% from 255) = 39.31%
R=38.39%
G=22.30%
B=39.31%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2101222150.020.4300.16296.7753.7666.08
HexD27AD722B0101293642
Octal32217232725302045166102
Binary11010010111101011010111101010110100001001010011101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27AD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27AD7; }

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

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

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

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

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

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

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

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