#D27AE4

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

Shades of Orchid #D27AE4

Tints of Orchid #D27AE4

Color information

#D27AE4 (or 0xD27AE4) is unknown color: approx Orchid. HEX triplet: D2, 7A and E4. RGB value is (210,122,228). Sum of RGB (Red+Green+Blue) = 210+122+228=560 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.5% from 560); Green value is 122 (48.05% from 255 or 21.79% from 560); Blue value is 228 (89.45% from 255 or 40.71% from 560); Max value from RGB is 228 - color contains mainly: blue. Hex color #D27AE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27AE4 is #2D851B. Grayscale: #A0A0A0. Windows color (decimal): -2983196 or 14973650. OLE color: 14973650.

HSL color Cylindrical-coordinate representation of color #D27AE4: hue angle of 289.81º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D27AE4 is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB210122228-
CMYK0.080.4600.11
HSL289.81º66.25%68.63%-
HSV(B)289.81º46.49%89.41%-
XYZ47.5433.2277.31-
YUV160.4166.15163.38-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.5%
GREEN value IS 122 (48.05% from 255) = 21.79%
BLUE value IS 228 (89.45% from 255) = 40.71%
R=37.5%
G=21.79%
B=40.71%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2101222280.080.4600.11289.8166.2568.63
HexD27AE482E0B1224245
Octal3221723441056013442102105
Binary1101001011110101110010010001011100101110010001010000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27AE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27AE4; }

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

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

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

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

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

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

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

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