#C767CA

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

Shades of Fuchsia #C767CA

Tints of Fuchsia #C767CA

Color information

#C767CA (or 0xC767CA) is unknown color: approx Fuchsia. HEX triplet: C7, 67 and CA. RGB value is (199,103,202). Sum of RGB (Red+Green+Blue) = 199+103+202=504 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.48% from 504); Green value is 103 (40.62% from 255 or 20.44% from 504); Blue value is 202 (79.30% from 255 or 40.08% from 504); Max value from RGB is 202 - color contains mainly: blue. Hex color #C767CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C767CA is #389835. Grayscale: #8E8E8E. Windows color (decimal): -3708982 or 13264839. OLE color: 13264839.

HSL color Cylindrical-coordinate representation of color #C767CA: hue angle of 298.18º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C767CA is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB199103202-
CMYK0.010.4900.21
HSL298.18º48.29%59.8%-
HSV(B)298.18º49.01%79.22%-
XYZ39.0626.1158.86-
YUV142.99161.3167.95-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.48%
GREEN value IS 103 (40.62% from 255) = 20.44%
BLUE value IS 202 (79.30% from 255) = 40.08%
R=39.48%
G=20.44%
B=40.08%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1991032020.010.4900.21298.1848.2959.8
HexC767CA13101512a303c
Octal3071473121610254526074
Binary110001111100111110010101110001010101100101010110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C767CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C767CA; }

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

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

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

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

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

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

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

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