#DA87C6

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

Shades of Orchid #DA87C6

Tints of Orchid #DA87C6

Color information

#DA87C6 (or 0xDA87C6) is unknown color: approx Orchid. HEX triplet: DA, 87 and C6. RGB value is (218,135,198). Sum of RGB (Red+Green+Blue) = 218+135+198=551 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.56% from 551); Green value is 135 (53.12% from 255 or 24.50% from 551); Blue value is 198 (77.73% from 255 or 35.93% from 551); Max value from RGB is 218 - color contains mainly: red. Hex color #DA87C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA87C6 is #257839. Grayscale: #A6A6A6. Windows color (decimal): -2455610 or 13010906. OLE color: 13010906.

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

Color convert

RGB218135198-
CMYK00.380.090.15
HSL314.46º52.87%69.22%-
HSV(B)314.46º38.07%85.49%-
XYZ47.7736.3157.92-
YUV167145.5164.38-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.56%
GREEN value IS 135 (53.12% from 255) = 24.50%
BLUE value IS 198 (77.73% from 255) = 35.93%
R=39.56%
G=24.50%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813519800.380.090.15314.4652.8769.22
HexDA87C60269F13a3545
Octal332207306046111747265105
Binary1101101010000111110001100100110100111111001110101101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA87C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA87C6; }

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

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

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

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

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

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

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

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