#CA6BBE

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

Shades of Fuchsia #CA6BBE

Tints of Fuchsia #CA6BBE

Color information

#CA6BBE (or 0xCA6BBE) is unknown color: approx Fuchsia. HEX triplet: CA, 6B and BE. RGB value is (202,107,190). Sum of RGB (Red+Green+Blue) = 202+107+190=499 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.48% from 499); Green value is 107 (42.19% from 255 or 21.44% from 499); Blue value is 190 (74.61% from 255 or 38.08% from 499); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6BBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6BBE is #359441. Grayscale: #909090. Windows color (decimal): -3511362 or 12479434. OLE color: 12479434.

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

Color convert

RGB202107190-
CMYK00.470.060.21
HSL307.58º47.26%60.59%-
HSV(B)307.58º47.03%79.22%-
XYZ38.9126.7951.84-
YUV144.87153.47168.75-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.48%
GREEN value IS 107 (42.19% from 255) = 21.44%
BLUE value IS 190 (74.61% from 255) = 38.08%
R=40.48%
G=21.44%
B=38.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210719000.470.060.21307.5847.2660.59
HexCA6BBE02F6151342f3d
Octal3121532760576254645775
Binary11001010110101110111110010111111010101100110100101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6BBE; }

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

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

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

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

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

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

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

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