#DA87D1

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

Shades of Orchid #DA87D1

Tints of Orchid #DA87D1

Color information

#DA87D1 (or 0xDA87D1) is unknown color: approx Orchid. HEX triplet: DA, 87 and D1. RGB value is (218,135,209). Sum of RGB (Red+Green+Blue) = 218+135+209=562 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.79% from 562); Green value is 135 (53.12% from 255 or 24.02% from 562); Blue value is 209 (82.03% from 255 or 37.19% from 562); Max value from RGB is 218 - color contains mainly: red. Hex color #DA87D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA87D1 is #25782E. Grayscale: #A8A8A8. Windows color (decimal): -2455599 or 13731802. OLE color: 13731802.

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

Color convert

RGB218135209-
CMYK00.380.040.15
HSL306.51º52.87%69.22%-
HSV(B)306.51º38.07%85.49%-
XYZ49.0936.8464.84-
YUV168.25151163.48-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.79%
GREEN value IS 135 (53.12% from 255) = 24.02%
BLUE value IS 209 (82.03% from 255) = 37.19%
R=38.79%
G=24.02%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813520900.380.040.15306.5152.8769.22
HexDA87D10264F1333545
Octal33220732104641746365105
Binary110110101000011111010001010011010011111001100111101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA87D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA87D1; }

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

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

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

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

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

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

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

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