#DA77CA

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

Shades of Orchid #DA77CA

Tints of Orchid #DA77CA

Color information

#DA77CA (or 0xDA77CA) is unknown color: approx Orchid. HEX triplet: DA, 77 and CA. RGB value is (218,119,202). Sum of RGB (Red+Green+Blue) = 218+119+202=539 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.45% from 539); Green value is 119 (46.88% from 255 or 22.08% from 539); Blue value is 202 (79.30% from 255 or 37.48% from 539); Max value from RGB is 218 - color contains mainly: red. Hex color #DA77CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA77CA is #258835. Grayscale: #9D9D9D. Windows color (decimal): -2459702 or 13268954. OLE color: 13268954.

HSL color Cylindrical-coordinate representation of color #DA77CA: hue angle of 309.7º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DA77CA is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB218119202-
CMYK00.450.070.15
HSL309.7º57.23%66.08%-
HSV(B)309.7º45.41%85.49%-
XYZ46.1732.3659.69-
YUV158.06152.8170.75-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.45%
GREEN value IS 119 (46.88% from 255) = 22.08%
BLUE value IS 202 (79.30% from 255) = 37.48%
R=40.45%
G=22.08%
B=37.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21811920200.450.070.15309.757.2366.08
HexDA77CA02D7F1363942
Octal33216731205571746671102
Binary11011010111011111001010010110111111111001101101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA77CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA77CA; }

 p { color: rgb(218,119,202); }

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

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

 a { background-color: rgb(218,119,202); }

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

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

 span { border-color: rgb(218,119,202); }

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