#DA77CC

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

Shades of Orchid #DA77CC

Tints of Orchid #DA77CC

Color information

#DA77CC (or 0xDA77CC) is unknown color: approx Orchid. HEX triplet: DA, 77 and CC. RGB value is (218,119,204). Sum of RGB (Red+Green+Blue) = 218+119+204=541 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.30% from 541); Green value is 119 (46.88% from 255 or 22.00% from 541); Blue value is 204 (80.08% from 255 or 37.71% from 541); Max value from RGB is 218 - color contains mainly: red. Hex color #DA77CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA77CC is #258833. Grayscale: #9E9E9E. Windows color (decimal): -2459700 or 13400026. OLE color: 13400026.

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

Color convert

RGB218119204-
CMYK00.450.060.15
HSL308.48º57.23%66.08%-
HSV(B)308.48º45.41%85.49%-
XYZ46.4132.4660.95-
YUV158.29153.8170.59-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.30%
GREEN value IS 119 (46.88% from 255) = 22.00%
BLUE value IS 204 (80.08% from 255) = 37.71%
R=40.30%
G=22.00%
B=37.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21811920400.450.060.15308.4857.2366.08
HexDA77CC02D6F1343942
Octal33216731405561746471102
Binary11011010111011111001100010110111011111001101001110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA77CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA77CC; }

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

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

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

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

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

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

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

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