#C767AF

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

Shades of Fuchsia #C767AF

Tints of Fuchsia #C767AF

Color information

#C767AF (or 0xC767AF) is unknown color: approx Fuchsia. HEX triplet: C7, 67 and AF. RGB value is (199,103,175). Sum of RGB (Red+Green+Blue) = 199+103+175=477 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.72% from 477); Green value is 103 (40.62% from 255 or 21.59% from 477); Blue value is 175 (68.75% from 255 or 36.69% from 477); Max value from RGB is 199 - color contains mainly: red. Hex color #C767AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C767AF is #389850. Grayscale: #8B8B8B. Windows color (decimal): -3709009 or 11495367. OLE color: 11495367.

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

Color convert

RGB199103175-
CMYK00.480.120.22
HSL315º46.15%59.22%-
HSV(B)315º48.24%78.04%-
XYZ36.1424.9443.47-
YUV139.91147.8170.15-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.72%
GREEN value IS 103 (40.62% from 255) = 21.59%
BLUE value IS 175 (68.75% from 255) = 36.69%
R=41.72%
G=21.59%
B=36.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19910317500.480.120.2231546.1559.22
HexC767AF030C1613b2e3b
Octal30714725706014264735673
Binary110001111100111101011110110000110010110100111011101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C767AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C767AF; }

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

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

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

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

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

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

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

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