#C776BC

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

Shades of Orchid #C776BC

Tints of Orchid #C776BC

Color information

#C776BC (or 0xC776BC) is unknown color: approx Orchid. HEX triplet: C7, 76 and BC. RGB value is (199,118,188). Sum of RGB (Red+Green+Blue) = 199+118+188=505 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.41% from 505); Green value is 118 (46.48% from 255 or 23.37% from 505); Blue value is 188 (73.83% from 255 or 37.23% from 505); Max value from RGB is 199 - color contains mainly: red. Hex color #C776BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C776BC is #388943. Grayscale: #969696. Windows color (decimal): -3705156 or 12351175. OLE color: 12351175.

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

Color convert

RGB199118188-
CMYK00.410.060.22
HSL308.15º41.97%62.16%-
HSV(B)308.15º40.7%78.04%-
XYZ39.1128.7351.06-
YUV150.2149.34162.81-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.41%
GREEN value IS 118 (46.48% from 255) = 23.37%
BLUE value IS 188 (73.83% from 255) = 37.23%
R=39.41%
G=23.37%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19911818800.410.060.22308.1541.9762.16
HexC776BC0296161342a3e
Octal3071662740516264645276
Binary11000111111011010111100010100111010110100110100101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C776BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C776BC; }

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

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

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

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

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

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

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

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