#CA6CBE

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

Shades of Fuchsia #CA6CBE

Tints of Fuchsia #CA6CBE

Color information

#CA6CBE (or 0xCA6CBE) is unknown color: approx Fuchsia. HEX triplet: CA, 6C and BE. RGB value is (202,108,190). Sum of RGB (Red+Green+Blue) = 202+108+190=500 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.4% from 500); Green value is 108 (42.58% from 255 or 21.6% from 500); Blue value is 190 (74.61% from 255 or 38% from 500); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6CBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6CBE is #359341. Grayscale: #919191. Windows color (decimal): -3511106 or 12479690. OLE color: 12479690.

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

Color convert

RGB202108190-
CMYK00.470.060.21
HSL307.66º47%60.78%-
HSV(B)307.66º46.53%79.22%-
XYZ39.012751.87-
YUV145.45153.14168.33-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.4%
GREEN value IS 108 (42.58% from 255) = 21.6%
BLUE value IS 190 (74.61% from 255) = 38%
R=40.4%
G=21.6%
B=38%

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
Decimal20210819000.470.060.21307.664760.78
HexCA6CBE02F6151342f3d
Octal3121542760576254645775
Binary11001010110110010111110010111111010101100110100101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6CBE; }

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

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

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

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

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

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

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

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