#C776C1

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

Shades of Orchid #C776C1

Tints of Orchid #C776C1

Color information

#C776C1 (or 0xC776C1) is unknown color: approx Orchid. HEX triplet: C7, 76 and C1. RGB value is (199,118,193). Sum of RGB (Red+Green+Blue) = 199+118+193=510 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.02% from 510); Green value is 118 (46.48% from 255 or 23.14% from 510); Blue value is 193 (75.78% from 255 or 37.84% from 510); Max value from RGB is 199 - color contains mainly: red. Hex color #C776C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C776C1 is #38893E. Grayscale: #969696. Windows color (decimal): -3705151 or 12678855. OLE color: 12678855.

HSL color Cylindrical-coordinate representation of color #C776C1: hue angle of 304.44º 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 #C776C1 is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.22.

Color convert

RGB199118193-
CMYK00.410.030.22
HSL304.44º41.97%62.16%-
HSV(B)304.44º40.7%78.04%-
XYZ39.6628.9553.95-
YUV150.77151.84162.4-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.02%
GREEN value IS 118 (46.48% from 255) = 23.14%
BLUE value IS 193 (75.78% from 255) = 37.84%
R=39.02%
G=23.14%
B=37.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.03
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19911819300.410.030.22304.4441.9762.16
HexC776C10293161302a3e
Octal3071663010513264605276
Binary1100011111101101100000101010011110110100110000101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C776C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C776C1; }

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

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

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

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

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

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

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

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