#CA5BBC

Color #CA5BBC Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #CA5BBC

Tints of Fuchsia #CA5BBC

Color information

#CA5BBC (or 0xCA5BBC) is unknown color: approx Fuchsia. HEX triplet: CA, 5B and BC. RGB value is (202,91,188). Sum of RGB (Red+Green+Blue) = 202+91+188=481 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.00% from 481); Green value is 91 (35.94% from 255 or 18.92% from 481); Blue value is 188 (73.83% from 255 or 39.09% from 481); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5BBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5BBC is #35A443. Grayscale: #868686. Windows color (decimal): -3515460 or 12344266. OLE color: 12344266.

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

Color convert

RGB20291188-
CMYK00.550.070.21
HSL307.57º51.15%57.45%-
HSV(B)307.57º54.95%79.22%-
XYZ37.1823.6750.19-
YUV135.25157.77175.61-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.00%
GREEN value IS 91 (35.94% from 255) = 18.92%
BLUE value IS 188 (73.83% from 255) = 39.09%
R=42.00%
G=18.92%
B=39.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029118800.550.070.21307.5751.1557.45
HexCA5BBC0377151343339
Octal3121332740677254646371
Binary11001010101101110111100011011111110101100110100110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5BBC; }

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

 H1.HeaderClassName
 {
   color: #CA5BBC;
 }
 .AnyTagClassName
 {
   color: #CA5BBC;
 }
</style>
background-color css

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

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

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

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

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

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