#CA65BB

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

Shades of Fuchsia #CA65BB

Tints of Fuchsia #CA65BB

Color information

#CA65BB (or 0xCA65BB) is unknown color: approx Fuchsia. HEX triplet: CA, 65 and BB. RGB value is (202,101,187). Sum of RGB (Red+Green+Blue) = 202+101+187=490 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.22% from 490); Green value is 101 (39.84% from 255 or 20.61% from 490); Blue value is 187 (73.44% from 255 or 38.16% from 490); Max value from RGB is 202 - color contains mainly: red. Hex color #CA65BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA65BB is #359A44. Grayscale: #8C8C8C. Windows color (decimal): -3512901 or 12281290. OLE color: 12281290.

HSL color Cylindrical-coordinate representation of color #CA65BB: hue angle of 308.91º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA65BB is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB202101187-
CMYK00.500.070.21
HSL308.91º48.79%59.41%-
HSV(B)308.91º50%79.22%-
XYZ37.9825.4549.92-
YUV141153.96171.51-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.22%
GREEN value IS 101 (39.84% from 255) = 20.61%
BLUE value IS 187 (73.44% from 255) = 38.16%
R=41.22%
G=20.61%
B=38.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210118700.500.070.21308.9148.7959.41
HexCA65BB032715135313b
Octal3121452730627254656173
Binary11001010110010110111011011001011110101100110101110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA65BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA65BB; }

 p { color: rgb(202,101,187); }

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

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

 a { background-color: rgb(202,101,187); }

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

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

 span { border-color: rgb(202,101,187); }

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