Html Css Color HEX #CA55C6 Fuchsia

📋 copy color: '#CA55C6'

red 202 ◦ green 85 ◦ blue 198

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

Shades of Fuchsia #CA55C6

Tints of Fuchsia #CA55C6

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.53%

 BLUE value IS 198 (77.73% from 255) = 40.82%

R = 41.65%
G = 17.53%
B = 40.82%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.02

 K value IS 0.21

RGB Variations

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

Color information

#CA55C6 (or 0xCA55C6) is known color: Fuchsia. HEX triplet: CA, 55 and C6. RGB value is (202,85,198). Sum of RGB (Red+Green+Blue) = 202+85+198=485 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.65% from 485); Green value is 85 (33.59% from 255 or 17.53% from 485); Blue value is 198 (77.73% from 255 or 40.82% from 485); Max value from RGB is 202 - color contains mainly: red. Hex color #CA55C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA55C6 is #35AA39. Grayscale: #848484. Windows color (decimal): -3516986 or 12998090. OLE color: 12998090.

HSL color Cylindrical-coordinate representation of color #CA55C6: hue angle of 302.05º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CA55C6 is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 85 198 -
CMYK 0 0.58 0.02 0.21
HSL 302.05º 0.52% 0.56% -
HSV(B) 302.05º 0.58% 0.79% -
XYZ 37.8 23.13 55.9 -
YUV 132.87 164.76 177.31 -
System Red Green Blue C M Y K H S L
Decimal 202 85 198 0 0.58 0.02 0.21 302.05 0.52 0.56
Hex CA 55 C6 0 3A 2 15 12E 34 38
Octal 312 125 306 0 72 2 25 456 64 70
Binary 11001010 1010101 11000110 0 111010 10 10101 100101110 110100 111000

Color Harmonies of #CA55C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA55C6

Black with #CA55C6

Text Example


Text Example

White with #CA55C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA55C6; }

 p { color: rgb(202,85,198); }

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

background-color css

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

 a { background-color: rgb(202,85,198); }

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

border-color css

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

 span { border-color: rgb(202,85,198); }

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