Html Css Color HEX #CA5BB2 Fuchsia

📋 copy color: '#CA5BB2'

red 202 ◦ green 91 ◦ blue 178

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

Shades of Fuchsia #CA5BB2

Tints of Fuchsia #CA5BB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 37.79%

R = 42.89%
G = 19.32%
B = 37.79%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.12

 K value IS 0.21

RGB Variations

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

Color information

#CA5BB2 (or 0xCA5BB2) is known color: Fuchsia. HEX triplet: CA, 5B and B2. RGB value is (202,91,178). Sum of RGB (Red+Green+Blue) = 202+91+178=471 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.89% from 471); Green value is 91 (35.94% from 255 or 19.32% from 471); Blue value is 178 (69.92% from 255 or 37.79% from 471); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5BB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5BB2 is #35A44D. Grayscale: #858585. Windows color (decimal): -3515470 or 11688906. OLE color: 11688906.

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

Color convert

RGB 202 91 178 -
CMYK 0 0.55 0.12 0.21
HSL 312.97º 0.51% 0.57% -
HSV(B) 312.97º 0.55% 0.79% -
XYZ 36.13 23.25 44.7 -
YUV 134.11 152.77 176.43 -
System Red Green Blue C M Y K H S L
Decimal 202 91 178 0 0.55 0.12 0.21 312.97 0.51 0.57
Hex CA 5B B2 0 37 C 15 139 33 39
Octal 312 133 262 0 67 14 25 471 63 71
Binary 11001010 1011011 10110010 0 110111 1100 10101 100111001 110011 111001

Color Harmonies of #CA5BB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5BB2

Black with #CA5BB2

Text Example


Text Example

White with #CA5BB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5BB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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