#CA66BE

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

Shades of Fuchsia #CA66BE

Tints of Fuchsia #CA66BE

Color information

#CA66BE (or 0xCA66BE) is unknown color: approx Fuchsia. HEX triplet: CA, 66 and BE. RGB value is (202,102,190). Sum of RGB (Red+Green+Blue) = 202+102+190=494 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.89% from 494); Green value is 102 (40.23% from 255 or 20.65% from 494); Blue value is 190 (74.61% from 255 or 38.46% from 494); Max value from RGB is 202 - color contains mainly: red. Hex color #CA66BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA66BE is #359941. Grayscale: #8D8D8D. Windows color (decimal): -3512642 or 12478154. OLE color: 12478154.

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

Color convert

RGB202102190-
CMYK00.500.060.21
HSL307.2º48.54%59.61%-
HSV(B)307.2º49.5%79.22%-
XYZ38.425.7851.67-
YUV141.93155.13170.84-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.89%
GREEN value IS 102 (40.23% from 255) = 20.65%
BLUE value IS 190 (74.61% from 255) = 38.46%
R=40.89%
G=20.65%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210219000.500.060.21307.248.5459.61
HexCA66BE032615133313c
Octal3121462760626254636174
Binary11001010110011010111110011001011010101100110011110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA66BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA66BE; }

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

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

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

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

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

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

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

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