#DA80CE

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

Shades of Orchid #DA80CE

Tints of Orchid #DA80CE

Color information

#DA80CE (or 0xDA80CE) is unknown color: approx Orchid. HEX triplet: DA, 80 and CE. RGB value is (218,128,206). Sum of RGB (Red+Green+Blue) = 218+128+206=552 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.49% from 552); Green value is 128 (50.39% from 255 or 23.19% from 552); Blue value is 206 (80.86% from 255 or 37.32% from 552); Max value from RGB is 218 - color contains mainly: red. Hex color #DA80CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA80CE is #257F31. Grayscale: #A3A3A3. Windows color (decimal): -2457394 or 13533402. OLE color: 13533402.

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

Color convert

RGB218128206-
CMYK00.410.060.15
HSL308º54.88%67.84%-
HSV(B)308º41.28%85.49%-
XYZ47.7734.862.59-
YUV163.8151.82166.66-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.49%
GREEN value IS 128 (50.39% from 255) = 23.19%
BLUE value IS 206 (80.86% from 255) = 37.32%
R=39.49%
G=23.19%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812820600.410.060.1530854.8867.84
HexDA80CE0296F1343744
Octal33220031605161746467104
Binary110110101000000011001110010100111011111001101001101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA80CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA80CE; }

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

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

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

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

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

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

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

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