Html Css Color HEX #CA64C5 Fuchsia

📋 copy color: '#CA64C5'

red 202 ◦ green 100 ◦ blue 197

#CA64C5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #CA64C5

Tints of Fuchsia #CA64C5

RGB

 RED value IS 202 (79.3% from 255) = 40.48%

 GREEN value IS 100 (39.45% from 255) = 20.04%

 BLUE value IS 197 (77.34% from 255) = 39.48%

R = 40.48%
G = 20.04%
B = 39.48%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.02

 K value IS 0.21

RGB Variations

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

Color information

#CA64C5 (or 0xCA64C5) is known color: Fuchsia. HEX triplet: CA, 64 and C5. RGB value is (202,100,197). Sum of RGB (Red+Green+Blue) = 202+100+197=499 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.48% from 499); Green value is 100 (39.45% from 255 or 20.04% from 499); Blue value is 197 (77.34% from 255 or 39.48% from 499); Max value from RGB is 202 - color contains mainly: red. Hex color #CA64C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA64C5 is #359B3A. Grayscale: #8D8D8D. Windows color (decimal): -3513147 or 12936394. OLE color: 12936394.

HSL color Cylindrical-coordinate representation of color #CA64C5: hue angle of 302.94º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA64C5 is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 100 197 -
CMYK 0 0.50 0.02 0.21
HSL 302.94º 0.49% 0.59% -
HSV(B) 302.94º 0.5% 0.79% -
XYZ 38.99 25.7 55.73 -
YUV 141.56 159.29 171.11 -
System Red Green Blue C M Y K H S L
Decimal 202 100 197 0 0.50 0.02 0.21 302.94 0.49 0.59
Hex CA 64 C5 0 32 2 15 12F 31 3B
Octal 312 144 305 0 62 2 25 457 61 73
Binary 11001010 1100100 11000101 0 110010 10 10101 100101111 110001 111011

Color Harmonies of #CA64C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA64C5

Black with #CA64C5

Text Example


Text Example

White with #CA64C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA64C5; }

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

 H1.HeaderClassName
 {
   color: #CA64C5;
 }
 .AnyTagClassName
 {
   color: #CA64C5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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