#CA5BBB

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

Shades of Fuchsia #CA5BBB

Tints of Fuchsia #CA5BBB

Color information

#CA5BBB (or 0xCA5BBB) is unknown color: approx Fuchsia. HEX triplet: CA, 5B and BB. RGB value is (202,91,187). Sum of RGB (Red+Green+Blue) = 202+91+187=480 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.08% from 480); Green value is 91 (35.94% from 255 or 18.96% from 480); Blue value is 187 (73.44% from 255 or 38.96% from 480); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5BBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5BBB is #35A444. Grayscale: #868686. Windows color (decimal): -3515461 or 12278730. OLE color: 12278730.

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

Color convert

RGB20291187-
CMYK00.550.070.21
HSL308.11º51.15%57.45%-
HSV(B)308.11º54.95%79.22%-
XYZ37.0723.6349.62-
YUV135.13157.27175.69-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.08%
GREEN value IS 91 (35.94% from 255) = 18.96%
BLUE value IS 187 (73.44% from 255) = 38.96%
R=42.08%
G=18.96%
B=38.96%

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
Decimal2029118700.550.070.21308.1151.1557.45
HexCA5BBB0377151343339
Octal3121332730677254646371
Binary11001010101101110111011011011111110101100110100110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5BBB; }

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

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

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

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

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

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

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

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