#CA6DB6

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

Shades of Fuchsia #CA6DB6

Tints of Fuchsia #CA6DB6

Color information

#CA6DB6 (or 0xCA6DB6) is unknown color: approx Fuchsia. HEX triplet: CA, 6D and B6. RGB value is (202,109,182). Sum of RGB (Red+Green+Blue) = 202+109+182=493 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.97% from 493); Green value is 109 (42.97% from 255 or 22.11% from 493); Blue value is 182 (71.48% from 255 or 36.92% from 493); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6DB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6DB6 is #359249. Grayscale: #909090. Windows color (decimal): -3510858 or 11955658. OLE color: 11955658.

HSL color Cylindrical-coordinate representation of color #CA6DB6: hue angle of 312.9º 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 #CA6DB6 is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.21.

Color convert

RGB202109182-
CMYK00.460.100.21
HSL312.9º46.73%60.98%-
HSV(B)312.9º46.04%79.22%-
XYZ38.2726.8747.43-
YUV145.13148.81168.56-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.97%
GREEN value IS 109 (42.97% from 255) = 22.11%
BLUE value IS 182 (71.48% from 255) = 36.92%
R=40.97%
G=22.11%
B=36.92%

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
Decimal20210918200.460.100.21312.946.7360.98
HexCA6DB602EA151392f3d
Octal31215526605612254715775
Binary110010101101101101101100101110101010101100111001101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6DB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6DB6; }

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

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

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

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

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

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

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

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