#C767B1

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

Shades of Fuchsia #C767B1

Tints of Fuchsia #C767B1

Color information

#C767B1 (or 0xC767B1) is unknown color: approx Fuchsia. HEX triplet: C7, 67 and B1. RGB value is (199,103,177). Sum of RGB (Red+Green+Blue) = 199+103+177=479 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.54% from 479); Green value is 103 (40.62% from 255 or 21.50% from 479); Blue value is 177 (69.53% from 255 or 36.95% from 479); Max value from RGB is 199 - color contains mainly: red. Hex color #C767B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C767B1 is #38984E. Grayscale: #8B8B8B. Windows color (decimal): -3709007 or 11626439. OLE color: 11626439.

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

Color convert

RGB199103177-
CMYK00.480.110.22
HSL313.75º46.15%59.22%-
HSV(B)313.75º48.24%78.04%-
XYZ36.3425.0244.51-
YUV140.14148.8169.98-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.54%
GREEN value IS 103 (40.62% from 255) = 21.50%
BLUE value IS 177 (69.53% from 255) = 36.95%
R=41.54%
G=21.50%
B=36.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.11
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19910317700.480.110.22313.7546.1559.22
HexC767B1030B1613a2e3b
Octal30714726106013264725673
Binary110001111100111101100010110000101110110100111010101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C767B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C767B1; }

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

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

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

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

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

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

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

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