#DA87C9

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

Shades of Orchid #DA87C9

Tints of Orchid #DA87C9

Color information

#DA87C9 (or 0xDA87C9) is unknown color: approx Orchid. HEX triplet: DA, 87 and C9. RGB value is (218,135,201). Sum of RGB (Red+Green+Blue) = 218+135+201=554 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.35% from 554); Green value is 135 (53.12% from 255 or 24.37% from 554); Blue value is 201 (78.91% from 255 or 36.28% from 554); Max value from RGB is 218 - color contains mainly: red. Hex color #DA87C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA87C9 is #257836. Grayscale: #A7A7A7. Windows color (decimal): -2455607 or 13207514. OLE color: 13207514.

HSL color Cylindrical-coordinate representation of color #DA87C9: hue angle of 312.29º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DA87C9 is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB218135201-
CMYK00.380.080.15
HSL312.29º52.87%69.22%-
HSV(B)312.29º38.07%85.49%-
XYZ48.1236.4559.76-
YUV167.34147164.13-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.35%
GREEN value IS 135 (53.12% from 255) = 24.37%
BLUE value IS 201 (78.91% from 255) = 36.28%
R=39.35%
G=24.37%
B=36.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813520100.380.080.15312.2952.8769.22
HexDA87C90268F1383545
Octal332207311046101747065105
Binary1101101010000111110010010100110100011111001110001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA87C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA87C9; }

 p { color: rgb(218,135,201); }

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

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

 a { background-color: rgb(218,135,201); }

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

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

 span { border-color: rgb(218,135,201); }

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