#CA55CD

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

Shades of Fuchsia #CA55CD

Tints of Fuchsia #CA55CD

Color information

#CA55CD (or 0xCA55CD) is unknown color: approx Fuchsia. HEX triplet: CA, 55 and CD. RGB value is (202,85,205). Sum of RGB (Red+Green+Blue) = 202+85+205=492 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.06% from 492); Green value is 85 (33.59% from 255 or 17.28% from 492); Blue value is 205 (80.47% from 255 or 41.67% from 492); Max value from RGB is 205 - color contains mainly: blue. Hex color #CA55CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA55CD is #35AA32. Grayscale: #858585. Windows color (decimal): -3516979 or 13456842. OLE color: 13456842.

HSL color Cylindrical-coordinate representation of color #CA55CD: hue angle of 298.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CA55CD is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB20285205-
CMYK0.010.5900.20
HSL298.5º54.55%56.86%-
HSV(B)298.5º58.54%80.39%-
XYZ38.6323.4660.25-
YUV133.66168.26176.74-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.06%
GREEN value IS 85 (33.59% from 255) = 17.28%
BLUE value IS 205 (80.47% from 255) = 41.67%
R=41.06%
G=17.28%
B=41.67%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal202852050.010.5900.20298.554.5556.86
HexCA55CD13B01412a3739
Octal3121253151730244526771
Binary110010101010101110011011111011010100100101010110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA55CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA55CD; }

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

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

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

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

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

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

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

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