#CA67C4

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

Shades of Fuchsia #CA67C4

Tints of Fuchsia #CA67C4

Color information

#CA67C4 (or 0xCA67C4) is unknown color: approx Fuchsia. HEX triplet: CA, 67 and C4. RGB value is (202,103,196). Sum of RGB (Red+Green+Blue) = 202+103+196=501 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.32% from 501); Green value is 103 (40.62% from 255 or 20.56% from 501); Blue value is 196 (76.95% from 255 or 39.12% from 501); Max value from RGB is 202 - color contains mainly: red. Hex color #CA67C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA67C4 is #35983B. Grayscale: #8E8E8E. Windows color (decimal): -3512380 or 12871626. OLE color: 12871626.

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

Color convert

RGB202103196-
CMYK00.490.030.21
HSL303.64º48.29%59.8%-
HSV(B)303.64º49.01%79.22%-
XYZ39.1726.2455.23-
YUV143.2157.8169.94-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.32%
GREEN value IS 103 (40.62% from 255) = 20.56%
BLUE value IS 196 (76.95% from 255) = 39.12%
R=40.32%
G=20.56%
B=39.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.03
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210319600.490.030.21303.6448.2959.8
HexCA67C4031315130303c
Octal3121473040613254606074
Binary1100101011001111100010001100011110101100110000110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA67C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA67C4; }

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

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

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

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

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

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

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

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