#DA87CA

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

Shades of Orchid #DA87CA

Tints of Orchid #DA87CA

Color information

#DA87CA (or 0xDA87CA) is unknown color: approx Orchid. HEX triplet: DA, 87 and CA. RGB value is (218,135,202). Sum of RGB (Red+Green+Blue) = 218+135+202=555 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.28% from 555); Green value is 135 (53.12% from 255 or 24.32% from 555); Blue value is 202 (79.30% from 255 or 36.40% from 555); Max value from RGB is 218 - color contains mainly: red. Hex color #DA87CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA87CA is #257835. Grayscale: #A7A7A7. Windows color (decimal): -2455606 or 13273050. OLE color: 13273050.

HSL color Cylindrical-coordinate representation of color #DA87CA: hue angle of 311.57º 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 #DA87CA is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB218135202-
CMYK00.380.070.15
HSL311.57º52.87%69.22%-
HSV(B)311.57º38.07%85.49%-
XYZ48.2436.560.38-
YUV167.46147.5164.05-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.28%
GREEN value IS 135 (53.12% from 255) = 24.32%
BLUE value IS 202 (79.30% from 255) = 36.40%
R=39.28%
G=24.32%
B=36.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813520200.380.070.15311.5752.8769.22
HexDA87CA0267F1383545
Octal33220731204671747065105
Binary110110101000011111001010010011011111111001110001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA87CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA87CA; }

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

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

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

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

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

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

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

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