#CA6EBB

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

Shades of Fuchsia #CA6EBB

Tints of Fuchsia #CA6EBB

Color information

#CA6EBB (or 0xCA6EBB) is unknown color: approx Fuchsia. HEX triplet: CA, 6E and BB. RGB value is (202,110,187). Sum of RGB (Red+Green+Blue) = 202+110+187=499 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.48% from 499); Green value is 110 (43.36% from 255 or 22.04% from 499); Blue value is 187 (73.44% from 255 or 37.47% from 499); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6EBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6EBB is #359144. Grayscale: #929292. Windows color (decimal): -3510597 or 12283594. OLE color: 12283594.

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

Color convert

RGB202110187-
CMYK00.460.070.21
HSL309.78º46.46%61.18%-
HSV(B)309.78º45.54%79.22%-
XYZ38.927.350.23-
YUV146.29150.98167.74-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.48%
GREEN value IS 110 (43.36% from 255) = 22.04%
BLUE value IS 187 (73.44% from 255) = 37.47%
R=40.48%
G=22.04%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211018700.460.070.21309.7846.4661.18
HexCA6EBB02E7151362e3d
Octal3121562730567254665675
Binary11001010110111010111011010111011110101100110110101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6EBB; }

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

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

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

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

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

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

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

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