#CA5FD1

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

Shades of Fuchsia #CA5FD1

Tints of Fuchsia #CA5FD1

Color information

#CA5FD1 (or 0xCA5FD1) is unknown color: approx Fuchsia. HEX triplet: CA, 5F and D1. RGB value is (202,95,209). Sum of RGB (Red+Green+Blue) = 202+95+209=506 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.92% from 506); Green value is 95 (37.5% from 255 or 18.77% from 506); Blue value is 209 (82.03% from 255 or 41.30% from 506); Max value from RGB is 209 - color contains mainly: blue. Hex color #CA5FD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5FD1 is #35A02E. Grayscale: #8B8B8B. Windows color (decimal): -3514415 or 13721546. OLE color: 13721546.

HSL color Cylindrical-coordinate representation of color #CA5FD1: hue angle of 296.32º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CA5FD1 is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB20295209-
CMYK0.030.5500.18
HSL296.32º55.34%59.61%-
HSV(B)296.32º54.55%81.96%-
XYZ39.9625.3463.11-
YUV139.99166.95172.23-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.92%
GREEN value IS 95 (37.5% from 255) = 18.77%
BLUE value IS 209 (82.03% from 255) = 41.30%
R=39.92%
G=18.77%
B=41.30%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal202952090.030.5500.18296.3255.3459.61
HexCA5FD1337012128373c
Octal3121373213670224506774
Binary1100101010111111101000111110111010010100101000110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5FD1; }

 p { color: rgb(202,95,209); }

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

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

 a { background-color: rgb(202,95,209); }

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

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

 span { border-color: rgb(202,95,209); }

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