#CA66BF

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

Shades of Fuchsia #CA66BF

Tints of Fuchsia #CA66BF

Color information

#CA66BF (or 0xCA66BF) is unknown color: approx Fuchsia. HEX triplet: CA, 66 and BF. RGB value is (202,102,191). Sum of RGB (Red+Green+Blue) = 202+102+191=495 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.81% from 495); Green value is 102 (40.23% from 255 or 20.61% from 495); Blue value is 191 (75% from 255 or 38.59% from 495); Max value from RGB is 202 - color contains mainly: red. Hex color #CA66BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA66BF is #359940. Grayscale: #8D8D8D. Windows color (decimal): -3512641 or 12543690. OLE color: 12543690.

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

Color convert

RGB202102191-
CMYK00.500.050.21
HSL306.6º48.54%59.61%-
HSV(B)306.6º49.5%79.22%-
XYZ38.5125.8252.24-
YUV142.05155.63170.76-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.81%
GREEN value IS 102 (40.23% from 255) = 20.61%
BLUE value IS 191 (75% from 255) = 38.59%
R=40.81%
G=20.61%
B=38.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210219100.500.050.21306.648.5459.61
HexCA66BF032515133313c
Octal3121462770625254636174
Binary11001010110011010111111011001010110101100110011110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA66BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA66BF; }

 p { color: rgb(202,102,191); }

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

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

 a { background-color: rgb(202,102,191); }

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

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

 span { border-color: rgb(202,102,191); }

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