#da76cc

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

Shades of Orchid #DA76CC

Tints of Orchid #DA76CC

Color information

#DA76CC (or 0xDA76CC) is unknown color: approx Orchid. HEX triplet: DA, 76 and CC. RGB value is (218,118,204). Sum of RGB (Red+Green+Blue) = 218+118+204=540 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.37% from 540); Green value is 118 (46.48% from 255 or 21.85% from 540); Blue value is 204 (80.08% from 255 or 37.78% from 540); Max value from RGB is 218 - color contains mainly: red. Hex color #DA76CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA76CC is #258933. Grayscale: #9D9D9D. Windows color (decimal): -2459956 or 13399770. OLE color: 13399770.

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

Color convert

RGB218118204-
CMYK00.460.060.15
HSL308.4º57.47%65.88%-
HSV(B)308.4º45.87%85.49%-
XYZ46.2932.2260.91-
YUV157.7154.13171.01-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.37%
GREEN value IS 118 (46.48% from 255) = 21.85%
BLUE value IS 204 (80.08% from 255) = 37.78%
R=40.37%
G=21.85%
B=37.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21811820400.460.060.15308.457.4765.88
HexDA76CC02E6F1343942
Octal33216631405661746471102
Binary11011010111011011001100010111011011111001101001110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #da76cc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #da76cc; }

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

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

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

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

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

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

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

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