#CA6BB7

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

Shades of Fuchsia #CA6BB7

Tints of Fuchsia #CA6BB7

Color information

#CA6BB7 (or 0xCA6BB7) is unknown color: approx Fuchsia. HEX triplet: CA, 6B and B7. RGB value is (202,107,183). Sum of RGB (Red+Green+Blue) = 202+107+183=492 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.06% from 492); Green value is 107 (42.19% from 255 or 21.75% from 492); Blue value is 183 (71.88% from 255 or 37.20% from 492); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6BB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6BB7 is #359448. Grayscale: #8F8F8F. Windows color (decimal): -3511369 or 12020682. OLE color: 12020682.

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

Color convert

RGB202107183-
CMYK00.470.090.21
HSL312º47.26%60.59%-
HSV(B)312º47.03%79.22%-
XYZ38.1626.4947.9-
YUV144.07149.97169.32-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.06%
GREEN value IS 107 (42.19% from 255) = 21.75%
BLUE value IS 183 (71.88% from 255) = 37.20%
R=41.06%
G=21.75%
B=37.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.09
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210718300.470.090.2131247.2660.59
HexCA6BB702F9151382f3d
Octal31215326705711254705775
Binary110010101101011101101110101111100110101100111000101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6BB7; }

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

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

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

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

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

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

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

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