#CA5DCB

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

Shades of Fuchsia #CA5DCB

Tints of Fuchsia #CA5DCB

Color information

#CA5DCB (or 0xCA5DCB) is unknown color: approx Fuchsia. HEX triplet: CA, 5D and CB. RGB value is (202,93,203). Sum of RGB (Red+Green+Blue) = 202+93+203=498 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.56% from 498); Green value is 93 (36.72% from 255 or 18.67% from 498); Blue value is 203 (79.69% from 255 or 40.76% from 498); Max value from RGB is 203 - color contains mainly: blue. Hex color #CA5DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5DCB is #35A234. Grayscale: #898989. Windows color (decimal): -3514933 or 13327818. OLE color: 13327818.

HSL color Cylindrical-coordinate representation of color #CA5DCB: hue angle of 299.45º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CA5DCB is Cyan = 0.00, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB20293203-
CMYK0.000.5400.20
HSL299.45º51.4%58.04%-
HSV(B)299.45º54.19%79.61%-
XYZ39.0524.759.21-
YUV138.13164.61173.56-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.56%
GREEN value IS 93 (36.72% from 255) = 18.67%
BLUE value IS 203 (79.69% from 255) = 40.76%
R=40.56%
G=18.67%
B=40.76%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal202932030.000.5400.20299.4551.458.04
HexCA5DCB03601412b333a
Octal3121353130660244536372
Binary110010101011101110010110110110010100100101011110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5DCB; }

 p { color: rgb(202,93,203); }

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

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

 a { background-color: rgb(202,93,203); }

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

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

 span { border-color: rgb(202,93,203); }

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