#CA5DB6

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

Shades of Fuchsia #CA5DB6

Tints of Fuchsia #CA5DB6

Color information

#CA5DB6 (or 0xCA5DB6) is unknown color: approx Fuchsia. HEX triplet: CA, 5D and B6. RGB value is (202,93,182). Sum of RGB (Red+Green+Blue) = 202+93+182=477 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.35% from 477); Green value is 93 (36.72% from 255 or 19.50% from 477); Blue value is 182 (71.48% from 255 or 38.16% from 477); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5DB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5DB6 is #35A249. Grayscale: #878787. Windows color (decimal): -3514954 or 11951562. OLE color: 11951562.

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

Color convert

RGB20293182-
CMYK00.540.100.21
HSL311.01º50.7%57.84%-
HSV(B)311.01º53.96%79.22%-
XYZ36.7123.7646.91-
YUV135.74154.11175.26-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.35%
GREEN value IS 93 (36.72% from 255) = 19.50%
BLUE value IS 182 (71.48% from 255) = 38.16%
R=42.35%
G=19.50%
B=38.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029318200.540.100.21311.0150.757.84
HexCA5DB6036A15137333a
Octal31213526606612254676372
Binary110010101011101101101100110110101010101100110111110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5DB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5DB6; }

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

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

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

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

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

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

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

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