#CA6CB2

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

Shades of Fuchsia #CA6CB2

Tints of Fuchsia #CA6CB2

Color information

#CA6CB2 (or 0xCA6CB2) is unknown color: approx Fuchsia. HEX triplet: CA, 6C and B2. RGB value is (202,108,178). Sum of RGB (Red+Green+Blue) = 202+108+178=488 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.39% from 488); Green value is 108 (42.58% from 255 or 22.13% from 488); Blue value is 178 (69.92% from 255 or 36.48% from 488); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6CB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6CB2 is #35934D. Grayscale: #8F8F8F. Windows color (decimal): -3511118 or 11693258. OLE color: 11693258.

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

Color convert

RGB202108178-
CMYK00.470.120.21
HSL315.32º47%60.78%-
HSV(B)315.32º46.53%79.22%-
XYZ37.7626.545.24-
YUV144.09147.14169.31-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.39%
GREEN value IS 108 (42.58% from 255) = 22.13%
BLUE value IS 178 (69.92% from 255) = 36.48%
R=41.39%
G=22.13%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.12
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210817800.470.120.21315.324760.78
HexCA6CB202FC1513b2f3d
Octal31215426205714254735775
Binary110010101101100101100100101111110010101100111011101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6CB2; }

 p { color: rgb(202,108,178); }

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

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

 a { background-color: rgb(202,108,178); }

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

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

 span { border-color: rgb(202,108,178); }

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