#DA85CE

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

Shades of Orchid #DA85CE

Tints of Orchid #DA85CE

Color information

#DA85CE (or 0xDA85CE) is unknown color: approx Orchid. HEX triplet: DA, 85 and CE. RGB value is (218,133,206). Sum of RGB (Red+Green+Blue) = 218+133+206=557 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.14% from 557); Green value is 133 (52.34% from 255 or 23.88% from 557); Blue value is 206 (80.86% from 255 or 36.98% from 557); Max value from RGB is 218 - color contains mainly: red. Hex color #DA85CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA85CE is #257A31. Grayscale: #A6A6A6. Windows color (decimal): -2456114 or 13534682. OLE color: 13534682.

HSL color Cylindrical-coordinate representation of color #DA85CE: hue angle of 308.47º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DA85CE is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB218133206-
CMYK00.390.060.15
HSL308.47º53.46%68.82%-
HSV(B)308.47º38.99%85.49%-
XYZ48.4436.1462.81-
YUV166.74150.16164.56-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.14%
GREEN value IS 133 (52.34% from 255) = 23.88%
BLUE value IS 206 (80.86% from 255) = 36.98%
R=39.14%
G=23.88%
B=36.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813320600.390.060.15308.4753.4668.82
HexDA85CE0276F1343545
Octal33220531604761746465105
Binary110110101000010111001110010011111011111001101001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA85CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA85CE; }

 p { color: rgb(218,133,206); }

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

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

 a { background-color: rgb(218,133,206); }

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

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

 span { border-color: rgb(218,133,206); }

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