#C776CA

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

Shades of Orchid #C776CA

Tints of Orchid #C776CA

Color information

#C776CA (or 0xC776CA) is unknown color: approx Orchid. HEX triplet: C7, 76 and CA. RGB value is (199,118,202). Sum of RGB (Red+Green+Blue) = 199+118+202=519 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.34% from 519); Green value is 118 (46.48% from 255 or 22.74% from 519); Blue value is 202 (79.30% from 255 or 38.92% from 519); Max value from RGB is 202 - color contains mainly: blue. Hex color #C776CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C776CA is #388935. Grayscale: #979797. Windows color (decimal): -3705142 or 13268679. OLE color: 13268679.

HSL color Cylindrical-coordinate representation of color #C776CA: hue angle of 297.86º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C776CA is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB199118202-
CMYK0.010.4200.21
HSL297.86º44.21%62.75%-
HSV(B)297.86º41.58%79.22%-
XYZ40.6929.3659.4-
YUV151.79156.34161.67-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 38.34%
GREEN value IS 118 (46.48% from 255) = 22.74%
BLUE value IS 202 (79.30% from 255) = 38.92%
R=38.34%
G=22.74%
B=38.92%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1991182020.010.4200.21297.8644.2162.75
HexC776CA12A01512a2c3f
Octal3071663121520254525477
Binary110001111110110110010101101010010101100101010101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C776CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C776CA; }

 p { color: rgb(199,118,202); }

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

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

 a { background-color: rgb(199,118,202); }

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

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

 span { border-color: rgb(199,118,202); }

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