#CA6BB3

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

Shades of Fuchsia #CA6BB3

Tints of Fuchsia #CA6BB3

Color information

#CA6BB3 (or 0xCA6BB3) is unknown color: approx Fuchsia. HEX triplet: CA, 6B and B3. RGB value is (202,107,179). Sum of RGB (Red+Green+Blue) = 202+107+179=488 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.39% from 488); Green value is 107 (42.19% from 255 or 21.93% from 488); Blue value is 179 (70.31% from 255 or 36.68% from 488); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6BB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6BB3 is #35944C. Grayscale: #8F8F8F. Windows color (decimal): -3511373 or 11758538. OLE color: 11758538.

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

Color convert

RGB202107179-
CMYK00.470.110.21
HSL314.53º47.26%60.59%-
HSV(B)314.53º47.03%79.22%-
XYZ37.7526.3345.74-
YUV143.61147.97169.65-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.39%
GREEN value IS 107 (42.19% from 255) = 21.93%
BLUE value IS 179 (70.31% from 255) = 36.68%
R=41.39%
G=21.93%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.11
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210717900.470.110.21314.5347.2660.59
HexCA6BB302FB1513b2f3d
Octal31215326305713254735775
Binary110010101101011101100110101111101110101100111011101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6BB3; }

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

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

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

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

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

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

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

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