Html Css Color HEX #CA5BBA Fuchsia

📋 copy color: '#CA5BBA'

red 202 ◦ green 91 ◦ blue 186

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

Shades of Fuchsia #CA5BBA

Tints of Fuchsia #CA5BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.83%

R = 42.17%
G = 19%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#CA5BBA (or 0xCA5BBA) is known color: Fuchsia. HEX triplet: CA, 5B and BA. RGB value is (202,91,186). Sum of RGB (Red+Green+Blue) = 202+91+186=479 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.17% from 479); Green value is 91 (35.94% from 255 or 19.00% from 479); Blue value is 186 (73.05% from 255 or 38.83% from 479); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5BBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5BBA is #35A445. Grayscale: #868686. Windows color (decimal): -3515462 or 12213194. OLE color: 12213194.

HSL color Cylindrical-coordinate representation of color #CA5BBA: hue angle of 308.65º 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 #CA5BBA is Cyan = 0, Magento = 0.55, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 91 186 -
CMYK 0 0.55 0.08 0.21
HSL 308.65º 0.51% 0.57% -
HSV(B) 308.65º 0.55% 0.79% -
XYZ 36.96 23.58 49.06 -
YUV 135.02 156.77 175.78 -
System Red Green Blue C M Y K H S L
Decimal 202 91 186 0 0.55 0.08 0.21 308.65 0.51 0.57
Hex CA 5B BA 0 37 8 15 135 33 39
Octal 312 133 272 0 67 10 25 465 63 71
Binary 11001010 1011011 10111010 0 110111 1000 10101 100110101 110011 111001

Color Harmonies of #CA5BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5BBA

Black with #CA5BBA

Text Example


Text Example

White with #CA5BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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