#CA64CC

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

Shades of Fuchsia #CA64CC

Tints of Fuchsia #CA64CC

Color information

#CA64CC (or 0xCA64CC) is unknown color: approx Fuchsia. HEX triplet: CA, 64 and CC. RGB value is (202,100,204). Sum of RGB (Red+Green+Blue) = 202+100+204=506 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.92% from 506); Green value is 100 (39.45% from 255 or 19.76% from 506); Blue value is 204 (80.08% from 255 or 40.32% from 506); Max value from RGB is 204 - color contains mainly: blue. Hex color #CA64CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA64CC is #359B33. Grayscale: #8E8E8E. Windows color (decimal): -3513140 or 13395146. OLE color: 13395146.

HSL color Cylindrical-coordinate representation of color #CA64CC: hue angle of 298.85º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CA64CC is Cyan = 0.01, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB202100204-
CMYK0.010.5100.2
HSL298.85º50.49%59.61%-
HSV(B)298.85º50.98%80%-
XYZ39.8126.0360.05-
YUV142.35162.79170.54-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.92%
GREEN value IS 100 (39.45% from 255) = 19.76%
BLUE value IS 204 (80.08% from 255) = 40.32%
R=39.92%
G=19.76%
B=40.32%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2021002040.010.5100.2298.8550.4959.61
HexCA64CC13301412b323c
Octal3121443141630244536274
Binary110010101100100110011001110011010100100101011110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA64CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA64CC; }

 p { color: rgb(202,100,204); }

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

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

 a { background-color: rgb(202,100,204); }

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

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

 span { border-color: rgb(202,100,204); }

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