#CA6DB8

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

Shades of Fuchsia #CA6DB8

Tints of Fuchsia #CA6DB8

Color information

#CA6DB8 (or 0xCA6DB8) is unknown color: approx Fuchsia. HEX triplet: CA, 6D and B8. RGB value is (202,109,184). Sum of RGB (Red+Green+Blue) = 202+109+184=495 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.81% from 495); Green value is 109 (42.97% from 255 or 22.02% from 495); Blue value is 184 (72.27% from 255 or 37.17% from 495); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6DB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6DB8 is #359247. Grayscale: #919191. Windows color (decimal): -3510856 or 12086730. OLE color: 12086730.

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

Color convert

RGB202109184-
CMYK00.460.090.21
HSL311.61º46.73%60.98%-
HSV(B)311.61º46.04%79.22%-
XYZ38.4826.9548.52-
YUV145.36149.81168.4-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.81%
GREEN value IS 109 (42.97% from 255) = 22.02%
BLUE value IS 184 (72.27% from 255) = 37.17%
R=40.81%
G=22.02%
B=37.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.09
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210918400.460.090.21311.6146.7360.98
HexCA6DB802E9151382f3d
Octal31215527005611254705775
Binary110010101101101101110000101110100110101100111000101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6DB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6DB8; }

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

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

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

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

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

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

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

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