#CA6EB3

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

Shades of Fuchsia #CA6EB3

Tints of Fuchsia #CA6EB3

Color information

#CA6EB3 (or 0xCA6EB3) is unknown color: approx Fuchsia. HEX triplet: CA, 6E and B3. RGB value is (202,110,179). Sum of RGB (Red+Green+Blue) = 202+110+179=491 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.14% from 491); Green value is 110 (43.36% from 255 or 22.40% from 491); Blue value is 179 (70.31% from 255 or 36.46% from 491); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6EB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6EB3 is #35914C. Grayscale: #919191. Windows color (decimal): -3510605 or 11759306. OLE color: 11759306.

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

Color convert

RGB202110179-
CMYK00.460.110.21
HSL315º46.46%61.18%-
HSV(B)315º45.54%79.22%-
XYZ38.0726.9645.85-
YUV145.37146.98168.39-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.14%
GREEN value IS 110 (43.36% from 255) = 22.40%
BLUE value IS 179 (70.31% from 255) = 36.46%
R=41.14%
G=22.40%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.11
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211017900.460.110.2131546.4661.18
HexCA6EB302EB1513b2e3d
Octal31215626305613254735675
Binary110010101101110101100110101110101110101100111011101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6EB3; }

 p { color: rgb(202,110,179); }

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

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

 a { background-color: rgb(202,110,179); }

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

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

 span { border-color: rgb(202,110,179); }

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