#CA6DB5

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

Shades of Fuchsia #CA6DB5

Tints of Fuchsia #CA6DB5

Color information

#CA6DB5 (or 0xCA6DB5) is unknown color: approx Fuchsia. HEX triplet: CA, 6D and B5. RGB value is (202,109,181). Sum of RGB (Red+Green+Blue) = 202+109+181=492 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.06% from 492); Green value is 109 (42.97% from 255 or 22.15% from 492); Blue value is 181 (71.09% from 255 or 36.79% from 492); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6DB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6DB5 is #35924A. Grayscale: #909090. Windows color (decimal): -3510859 or 11890122. OLE color: 11890122.

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

Color convert

RGB202109181-
CMYK00.460.100.21
HSL313.55º46.73%60.98%-
HSV(B)313.55º46.04%79.22%-
XYZ38.1726.8346.88-
YUV145.01148.31168.65-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.06%
GREEN value IS 109 (42.97% from 255) = 22.15%
BLUE value IS 181 (71.09% from 255) = 36.79%
R=41.06%
G=22.15%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210918100.460.100.21313.5546.7360.98
HexCA6DB502EA1513a2f3d
Octal31215526505612254725775
Binary110010101101101101101010101110101010101100111010101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6DB5; }

 p { color: rgb(202,109,181); }

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

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

 a { background-color: rgb(202,109,181); }

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

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

 span { border-color: rgb(202,109,181); }

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