#CA6FBA

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

Shades of Fuchsia #CA6FBA

Tints of Fuchsia #CA6FBA

Color information

#CA6FBA (or 0xCA6FBA) is unknown color: approx Fuchsia. HEX triplet: CA, 6F and BA. RGB value is (202,111,186). Sum of RGB (Red+Green+Blue) = 202+111+186=499 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.48% from 499); Green value is 111 (43.75% from 255 or 22.24% from 499); Blue value is 186 (73.05% from 255 or 37.27% from 499); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6FBA is #359045. Grayscale: #929292. Windows color (decimal): -3510342 or 12218314. OLE color: 12218314.

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

Color convert

RGB202111186-
CMYK00.450.080.21
HSL310.55º46.19%61.37%-
HSV(B)310.55º45.05%79.22%-
XYZ38.927.4749.71-
YUV146.76150.15167.4-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.48%
GREEN value IS 111 (43.75% from 255) = 22.24%
BLUE value IS 186 (73.05% from 255) = 37.27%
R=40.48%
G=22.24%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211118600.450.080.21310.5546.1961.37
HexCA6FBA02D8151372e3d
Octal31215727205510254675675
Binary110010101101111101110100101101100010101100110111101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6FBA; }

 p { color: rgb(202,111,186); }

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

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

 a { background-color: rgb(202,111,186); }

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

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

 span { border-color: rgb(202,111,186); }

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