#DA87DC

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

Shades of Orchid #DA87DC

Tints of Orchid #DA87DC

Color information

#DA87DC (or 0xDA87DC) is unknown color: approx Orchid. HEX triplet: DA, 87 and DC. RGB value is (218,135,220). Sum of RGB (Red+Green+Blue) = 218+135+220=573 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.05% from 573); Green value is 135 (53.12% from 255 or 23.56% from 573); Blue value is 220 (86.33% from 255 or 38.39% from 573); Max value from RGB is 220 - color contains mainly: blue. Hex color #DA87DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA87DC is #257823. Grayscale: #A9A9A9. Windows color (decimal): -2455588 or 14452698. OLE color: 14452698.

HSL color Cylindrical-coordinate representation of color #DA87DC: hue angle of 298.59º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DA87DC is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB218135220-
CMYK0.010.3900.14
HSL298.59º54.84%69.61%-
HSV(B)298.59º38.64%86.27%-
XYZ50.537.472.27-
YUV169.51156.5162.59-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.05%
GREEN value IS 135 (53.12% from 255) = 23.56%
BLUE value IS 220 (86.33% from 255) = 38.39%
R=38.05%
G=23.56%
B=38.39%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2181352200.010.3900.14298.5954.8469.61
HexDA87DC1270E12b3746
Octal33220733414701645367106
Binary1101101010000111110111001100111011101001010111101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA87DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA87DC; }

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

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

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

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

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

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

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

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