#d27ada

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

Shades of Orchid #D27ADA

Tints of Orchid #D27ADA

Color information

#D27ADA (or 0xD27ADA) is unknown color: approx Orchid. HEX triplet: D2, 7A and DA. RGB value is (210,122,218). Sum of RGB (Red+Green+Blue) = 210+122+218=550 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.18% from 550); Green value is 122 (48.05% from 255 or 22.18% from 550); Blue value is 218 (85.55% from 255 or 39.64% from 550); Max value from RGB is 218 - color contains mainly: blue. Hex color #D27ADA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27ADA is #2D8525. Grayscale: #9E9E9E. Windows color (decimal): -2983206 or 14318290. OLE color: 14318290.

HSL color Cylindrical-coordinate representation of color #D27ADA: hue angle of 295º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D27ADA is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB210122218-
CMYK0.040.4400.15
HSL295º56.47%66.67%-
HSV(B)295º44.04%85.49%-
XYZ46.1932.6870.2-
YUV159.26161.15164.19-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.18%
GREEN value IS 122 (48.05% from 255) = 22.18%
BLUE value IS 218 (85.55% from 255) = 39.64%
R=38.18%
G=22.18%
B=39.64%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2101222180.040.4400.1529556.4766.67
HexD27ADA42C0F1273843
Octal32217233245401744770103
Binary11010010111101011011010100101100011111001001111110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d27ada

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d27ada; }

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

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

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

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

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

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

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

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