#DA87CF

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

Shades of Orchid #DA87CF

Tints of Orchid #DA87CF

Color information

#DA87CF (or 0xDA87CF) is unknown color: approx Orchid. HEX triplet: DA, 87 and CF. RGB value is (218,135,207). Sum of RGB (Red+Green+Blue) = 218+135+207=560 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.93% from 560); Green value is 135 (53.12% from 255 or 24.11% from 560); Blue value is 207 (81.25% from 255 or 36.96% from 560); Max value from RGB is 218 - color contains mainly: red. Hex color #DA87CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA87CF is #257830. Grayscale: #A7A7A7. Windows color (decimal): -2455601 or 13600730. OLE color: 13600730.

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

Color convert

RGB218135207-
CMYK00.380.050.15
HSL307.95º52.87%69.22%-
HSV(B)307.95º38.07%85.49%-
XYZ48.8436.7463.55-
YUV168.02150163.65-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.93%
GREEN value IS 135 (53.12% from 255) = 24.11%
BLUE value IS 207 (81.25% from 255) = 36.96%
R=38.93%
G=24.11%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813520700.380.050.15307.9552.8769.22
HexDA87CF0265F1343545
Octal33220731704651746465105
Binary110110101000011111001111010011010111111001101001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA87CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA87CF; }

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

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

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

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

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

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

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

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