Html Css Color HEX #CA5BC2 Fuchsia

📋 copy color: '#CA5BC2'

red 202 ◦ green 91 ◦ blue 194

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

Shades of Fuchsia #CA5BC2

Tints of Fuchsia #CA5BC2

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.69%

 BLUE value IS 194 (76.17% from 255) = 39.84%

R = 41.48%
G = 18.69%
B = 39.84%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.04

 K value IS 0.21

RGB Variations

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

Color information

#CA5BC2 (or 0xCA5BC2) is known color: Fuchsia. HEX triplet: CA, 5B and C2. RGB value is (202,91,194). Sum of RGB (Red+Green+Blue) = 202+91+194=487 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.48% from 487); Green value is 91 (35.94% from 255 or 18.69% from 487); Blue value is 194 (76.17% from 255 or 39.84% from 487); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5BC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5BC2 is #35A43D. Grayscale: #878787. Windows color (decimal): -3515454 or 12737482. OLE color: 12737482.

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

Color convert

RGB 202 91 194 -
CMYK 0 0.55 0.04 0.21
HSL 304.32º 0.51% 0.57% -
HSV(B) 304.32º 0.55% 0.79% -
XYZ 37.84 23.93 53.66 -
YUV 135.93 160.77 175.12 -
System Red Green Blue C M Y K H S L
Decimal 202 91 194 0 0.55 0.04 0.21 304.32 0.51 0.57
Hex CA 5B C2 0 37 4 15 130 33 39
Octal 312 133 302 0 67 4 25 460 63 71
Binary 11001010 1011011 11000010 0 110111 100 10101 100110000 110011 111001

Color Harmonies of #CA5BC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5BC2

Black with #CA5BC2

Text Example


Text Example

White with #CA5BC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5BC2; }

 p { color: rgb(202,91,194); }

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

background-color css

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

 a { background-color: rgb(202,91,194); }

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

border-color css

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

 span { border-color: rgb(202,91,194); }

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