#C776BA

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

Shades of Orchid #C776BA

Tints of Orchid #C776BA

Color information

#C776BA (or 0xC776BA) is unknown color: approx Orchid. HEX triplet: C7, 76 and BA. RGB value is (199,118,186). Sum of RGB (Red+Green+Blue) = 199+118+186=503 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.56% from 503); Green value is 118 (46.48% from 255 or 23.46% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 199 - color contains mainly: red. Hex color #C776BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C776BA is #388945. Grayscale: #959595. Windows color (decimal): -3705158 or 12220103. OLE color: 12220103.

HSL color Cylindrical-coordinate representation of color #C776BA: hue angle of 309.63º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C776BA is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB199118186-
CMYK00.410.070.22
HSL309.63º41.97%62.16%-
HSV(B)309.63º40.7%78.04%-
XYZ38.8928.6449.93-
YUV149.97148.34162.97-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.56%
GREEN value IS 118 (46.48% from 255) = 23.46%
BLUE value IS 186 (73.05% from 255) = 36.98%
R=39.56%
G=23.46%
B=36.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19911818600.410.070.22309.6341.9762.16
HexC776BA0297161362a3e
Octal3071662720517264665276
Binary11000111111011010111010010100111110110100110110101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C776BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C776BA; }

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

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

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

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

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

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

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

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