#C767C0

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

Shades of Fuchsia #C767C0

Tints of Fuchsia #C767C0

Color information

#C767C0 (or 0xC767C0) is unknown color: approx Fuchsia. HEX triplet: C7, 67 and C0. RGB value is (199,103,192). Sum of RGB (Red+Green+Blue) = 199+103+192=494 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.28% from 494); Green value is 103 (40.62% from 255 or 20.85% from 494); Blue value is 192 (75.39% from 255 or 38.87% from 494); Max value from RGB is 199 - color contains mainly: red. Hex color #C767C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C767C0 is #38983F. Grayscale: #8D8D8D. Windows color (decimal): -3708992 or 12609479. OLE color: 12609479.

HSL color Cylindrical-coordinate representation of color #C767C0: hue angle of 304.38º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C767C0 is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB199103192-
CMYK00.480.040.22
HSL304.38º46.15%59.22%-
HSV(B)304.38º48.24%78.04%-
XYZ37.9225.6552.82-
YUV141.85156.3168.76-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.28%
GREEN value IS 103 (40.62% from 255) = 20.85%
BLUE value IS 192 (75.39% from 255) = 38.87%
R=40.28%
G=20.85%
B=38.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19910319200.480.040.22304.3846.1559.22
HexC767C00304161302e3b
Octal3071473000604264605673
Binary11000111110011111000000011000010010110100110000101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C767C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C767C0; }

 p { color: rgb(199,103,192); }

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

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

 a { background-color: rgb(199,103,192); }

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

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

 span { border-color: rgb(199,103,192); }

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