Html Css Color HEX #CA5CC6 Fuchsia

📋 copy color: '#CA5CC6'

red 202 ◦ green 92 ◦ blue 198

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

Shades of Fuchsia #CA5CC6

Tints of Fuchsia #CA5CC6

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.7%

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

R = 41.06%
G = 18.7%
B = 40.24%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.02

 K value IS 0.21

RGB Variations

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

Color information

#CA5CC6 (or 0xCA5CC6) is known color: Fuchsia. HEX triplet: CA, 5C and C6. RGB value is (202,92,198). Sum of RGB (Red+Green+Blue) = 202+92+198=492 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.06% from 492); Green value is 92 (36.33% from 255 or 18.70% from 492); Blue value is 198 (77.73% from 255 or 40.24% from 492); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5CC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5CC6 is #35A339. Grayscale: #888888. Windows color (decimal): -3515194 or 12999882. OLE color: 12999882.

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

Color convert

RGB 202 92 198 -
CMYK 0 0.54 0.02 0.21
HSL 302.18º 0.51% 0.58% -
HSV(B) 302.18º 0.54% 0.79% -
XYZ 38.38 24.29 56.09 -
YUV 136.97 162.44 174.38 -
System Red Green Blue C M Y K H S L
Decimal 202 92 198 0 0.54 0.02 0.21 302.18 0.51 0.58
Hex CA 5C C6 0 36 2 15 12E 33 3A
Octal 312 134 306 0 66 2 25 456 63 72
Binary 11001010 1011100 11000110 0 110110 10 10101 100101110 110011 111010

Color Harmonies of #CA5CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5CC6

Black with #CA5CC6

Text Example


Text Example

White with #CA5CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5CC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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