#DA87D2

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

Shades of Orchid #DA87D2

Tints of Orchid #DA87D2

Color information

#DA87D2 (or 0xDA87D2) is unknown color: approx Orchid. HEX triplet: DA, 87 and D2. RGB value is (218,135,210). Sum of RGB (Red+Green+Blue) = 218+135+210=563 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.72% from 563); Green value is 135 (53.12% from 255 or 23.98% from 563); Blue value is 210 (82.42% from 255 or 37.30% from 563); Max value from RGB is 218 - color contains mainly: red. Hex color #DA87D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA87D2 is #25782D. Grayscale: #A8A8A8. Windows color (decimal): -2455598 or 13797338. OLE color: 13797338.

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

Color convert

RGB218135210-
CMYK00.380.040.15
HSL305.78º52.87%69.22%-
HSV(B)305.78º38.07%85.49%-
XYZ49.2136.8965.5-
YUV168.37151.5163.4-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.72%
GREEN value IS 135 (53.12% from 255) = 23.98%
BLUE value IS 210 (82.42% from 255) = 37.30%
R=38.72%
G=23.98%
B=37.30%

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
Decimal21813521000.380.040.15305.7852.8769.22
HexDA87D20264F1323545
Octal33220732204641746265105
Binary110110101000011111010010010011010011111001100101101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA87D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA87D2; }

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

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

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

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

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

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

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

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