#DA85DB

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

Shades of Orchid #DA85DB

Tints of Orchid #DA85DB

Color information

#DA85DB (or 0xDA85DB) is unknown color: approx Orchid. HEX triplet: DA, 85 and DB. RGB value is (218,133,219). Sum of RGB (Red+Green+Blue) = 218+133+219=570 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.25% from 570); Green value is 133 (52.34% from 255 or 23.33% from 570); Blue value is 219 (85.94% from 255 or 38.42% from 570); Max value from RGB is 219 - color contains mainly: blue. Hex color #DA85DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA85DB is #257A24. Grayscale: #A7A7A7. Windows color (decimal): -2456101 or 14386650. OLE color: 14386650.

HSL color Cylindrical-coordinate representation of color #DA85DB: hue angle of 299.3º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DA85DB is Cyan = 0.00, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB218133219-
CMYK0.000.3900.14
HSL299.3º54.43%69.02%-
HSV(B)299.3º39.27%85.88%-
XYZ50.0936.7971.48-
YUV168.22156.66163.51-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.25%
GREEN value IS 133 (52.34% from 255) = 23.33%
BLUE value IS 219 (85.94% from 255) = 38.42%
R=38.25%
G=23.33%
B=38.42%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2181332190.000.3900.14299.354.4369.02
HexDA85DB0270E12b3645
Octal33220533304701645366105
Binary1101101010000101110110110100111011101001010111101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA85DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA85DB; }

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

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

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

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

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

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

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

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