#D27ABA

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

Shades of Orchid #D27ABA

Tints of Orchid #D27ABA

Color information

#D27ABA (or 0xD27ABA) is unknown color: approx Orchid. HEX triplet: D2, 7A and BA. RGB value is (210,122,186). Sum of RGB (Red+Green+Blue) = 210+122+186=518 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.54% from 518); Green value is 122 (48.05% from 255 or 23.55% from 518); Blue value is 186 (73.05% from 255 or 35.91% from 518); Max value from RGB is 210 - color contains mainly: red. Hex color #D27ABA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27ABA is #2D8545. Grayscale: #9B9B9B. Windows color (decimal): -2983238 or 12221138. OLE color: 12221138.

HSL color Cylindrical-coordinate representation of color #D27ABA: hue angle of 316.36º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D27ABA is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB210122186-
CMYK00.420.110.18
HSL316.36º49.44%65.1%-
HSV(B)316.36º41.9%82.35%-
XYZ42.431.1750.24-
YUV155.61145.15166.8-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.54%
GREEN value IS 122 (48.05% from 255) = 23.55%
BLUE value IS 186 (73.05% from 255) = 35.91%
R=40.54%
G=23.55%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012218600.420.110.18316.3649.4465.1
HexD27ABA02AB1213c3141
Octal322172272052132247461101
Binary1101001011110101011101001010101011100101001111001100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27ABA; }

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

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

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

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

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

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

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

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