#C267CA

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

Shades of Fuchsia #C267CA

Tints of Fuchsia #C267CA

Color information

#C267CA (or 0xC267CA) is unknown color: approx Fuchsia. HEX triplet: C2, 67 and CA. RGB value is (194,103,202). Sum of RGB (Red+Green+Blue) = 194+103+202=499 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.88% from 499); Green value is 103 (40.62% from 255 or 20.64% from 499); Blue value is 202 (79.30% from 255 or 40.48% from 499); Max value from RGB is 202 - color contains mainly: blue. Hex color #C267CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C267CA is #3D9835. Grayscale: #8D8D8D. Windows color (decimal): -4036662 or 13264834. OLE color: 13264834.

HSL color Cylindrical-coordinate representation of color #C267CA: hue angle of 295.15º 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 #C267CA is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB194103202-
CMYK0.040.4900.21
HSL295.15º48.29%59.8%-
HSV(B)295.15º49.01%79.22%-
XYZ37.7625.4358.8-
YUV141.5162.15165.45-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.88%
GREEN value IS 103 (40.62% from 255) = 20.64%
BLUE value IS 202 (79.30% from 255) = 40.48%
R=38.88%
G=20.64%
B=40.48%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1941032020.040.4900.21295.1548.2959.8
HexC267CA431015127303c
Octal3021473124610254476074
Binary11000010110011111001010100110001010101100100111110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C267CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C267CA; }

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

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

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

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

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

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

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

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