#C767B2

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

Shades of Fuchsia #C767B2

Tints of Fuchsia #C767B2

Color information

#C767B2 (or 0xC767B2) is unknown color: approx Fuchsia. HEX triplet: C7, 67 and B2. RGB value is (199,103,178). Sum of RGB (Red+Green+Blue) = 199+103+178=480 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.46% from 480); Green value is 103 (40.62% from 255 or 21.46% from 480); Blue value is 178 (69.92% from 255 or 37.08% from 480); Max value from RGB is 199 - color contains mainly: red. Hex color #C767B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C767B2 is #38984D. Grayscale: #8C8C8C. Windows color (decimal): -3709006 or 11691975. OLE color: 11691975.

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

Color convert

RGB199103178-
CMYK00.480.110.22
HSL313.12º46.15%59.22%-
HSV(B)313.12º48.24%78.04%-
XYZ36.4425.0645.04-
YUV140.25149.3169.9-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.46%
GREEN value IS 103 (40.62% from 255) = 21.46%
BLUE value IS 178 (69.92% from 255) = 37.08%
R=41.46%
G=21.46%
B=37.08%

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
Decimal19910317800.480.110.22313.1246.1559.22
HexC767B2030B161392e3b
Octal30714726206013264715673
Binary110001111100111101100100110000101110110100111001101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C767B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C767B2; }

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

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

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

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

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

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

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

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