#CA66B7

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

Shades of Fuchsia #CA66B7

Tints of Fuchsia #CA66B7

Color information

#CA66B7 (or 0xCA66B7) is unknown color: approx Fuchsia. HEX triplet: CA, 66 and B7. RGB value is (202,102,183). Sum of RGB (Red+Green+Blue) = 202+102+183=487 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.48% from 487); Green value is 102 (40.23% from 255 or 20.94% from 487); Blue value is 183 (71.88% from 255 or 37.58% from 487); Max value from RGB is 202 - color contains mainly: red. Hex color #CA66B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA66B7 is #359948. Grayscale: #8C8C8C. Windows color (decimal): -3512649 or 12019402. OLE color: 12019402.

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

Color convert

RGB202102183-
CMYK00.500.090.21
HSL311.4º48.54%59.61%-
HSV(B)311.4º49.5%79.22%-
XYZ37.6625.4847.73-
YUV141.13151.63171.41-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.48%
GREEN value IS 102 (40.23% from 255) = 20.94%
BLUE value IS 183 (71.88% from 255) = 37.58%
R=41.48%
G=20.94%
B=37.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.09
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210218300.500.090.21311.448.5459.61
HexCA66B7032915137313c
Octal31214626706211254676174
Binary110010101100110101101110110010100110101100110111110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA66B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA66B7; }

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

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

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

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

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

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

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

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