#CA55BB

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

Shades of Fuchsia #CA55BB

Tints of Fuchsia #CA55BB

Color information

#CA55BB (or 0xCA55BB) is unknown color: approx Fuchsia. HEX triplet: CA, 55 and BB. RGB value is (202,85,187). Sum of RGB (Red+Green+Blue) = 202+85+187=474 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.62% from 474); Green value is 85 (33.59% from 255 or 17.93% from 474); Blue value is 187 (73.44% from 255 or 39.45% from 474); Max value from RGB is 202 - color contains mainly: red. Hex color #CA55BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA55BB is #35AA44. Grayscale: #838383. Windows color (decimal): -3516997 or 12277194. OLE color: 12277194.

HSL color Cylindrical-coordinate representation of color #CA55BB: hue angle of 307.69º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CA55BB is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB20285187-
CMYK00.580.070.21
HSL307.69º52.47%56.27%-
HSV(B)307.69º57.92%79.22%-
XYZ36.5822.6449.46-
YUV131.61159.26178.21-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.62%
GREEN value IS 85 (33.59% from 255) = 17.93%
BLUE value IS 187 (73.44% from 255) = 39.45%
R=42.62%
G=17.93%
B=39.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028518700.580.070.21307.6952.4756.27
HexCA55BB03A7151343438
Octal3121252730727254646470
Binary11001010101010110111011011101011110101100110100110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA55BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA55BB; }

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

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

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

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

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

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

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

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