#CA6BB6

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

Shades of Fuchsia #CA6BB6

Tints of Fuchsia #CA6BB6

Color information

#CA6BB6 (or 0xCA6BB6) is unknown color: approx Fuchsia. HEX triplet: CA, 6B and B6. RGB value is (202,107,182). Sum of RGB (Red+Green+Blue) = 202+107+182=491 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.14% from 491); Green value is 107 (42.19% from 255 or 21.79% from 491); Blue value is 182 (71.48% from 255 or 37.07% from 491); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6BB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6BB6 is #359449. Grayscale: #8F8F8F. Windows color (decimal): -3511370 or 11955146. OLE color: 11955146.

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

Color convert

RGB202107182-
CMYK00.470.100.21
HSL312.63º47.26%60.59%-
HSV(B)312.63º47.03%79.22%-
XYZ38.0626.4547.36-
YUV143.95149.47169.4-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.14%
GREEN value IS 107 (42.19% from 255) = 21.79%
BLUE value IS 182 (71.48% from 255) = 37.07%
R=41.14%
G=21.79%
B=37.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210718200.470.100.21312.6347.2660.59
HexCA6BB602FA151392f3d
Octal31215326605712254715775
Binary110010101101011101101100101111101010101100111001101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6BB6; }

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

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

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

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

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

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

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

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