#CA6BC2

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

Shades of Fuchsia #CA6BC2

Tints of Fuchsia #CA6BC2

Color information

#CA6BC2 (or 0xCA6BC2) is unknown color: approx Fuchsia. HEX triplet: CA, 6B and C2. RGB value is (202,107,194). Sum of RGB (Red+Green+Blue) = 202+107+194=503 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.16% from 503); Green value is 107 (42.19% from 255 or 21.27% from 503); Blue value is 194 (76.17% from 255 or 38.57% from 503); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6BC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6BC2 is #35943D. Grayscale: #919191. Windows color (decimal): -3511358 or 12741578. OLE color: 12741578.

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

Color convert

RGB202107194-
CMYK00.470.040.21
HSL305.05º47.26%60.59%-
HSV(B)305.05º47.03%79.22%-
XYZ39.3526.9754.17-
YUV145.32155.47168.43-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.16%
GREEN value IS 107 (42.19% from 255) = 21.27%
BLUE value IS 194 (76.17% from 255) = 38.57%
R=40.16%
G=21.27%
B=38.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210719400.470.040.21305.0547.2660.59
HexCA6BC202F4151312f3d
Octal3121533020574254615775
Binary11001010110101111000010010111110010101100110001101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6BC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6BC2; }

 p { color: rgb(202,107,194); }

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

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

 a { background-color: rgb(202,107,194); }

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

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

 span { border-color: rgb(202,107,194); }

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