#CA61CE

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

Shades of Fuchsia #CA61CE

Tints of Fuchsia #CA61CE

Color information

#CA61CE (or 0xCA61CE) is unknown color: approx Fuchsia. HEX triplet: CA, 61 and CE. RGB value is (202,97,206). Sum of RGB (Red+Green+Blue) = 202+97+206=505 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40% from 505); Green value is 97 (38.28% from 255 or 19.21% from 505); Blue value is 206 (80.86% from 255 or 40.79% from 505); Max value from RGB is 206 - color contains mainly: blue. Hex color #CA61CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA61CE is #359E31. Grayscale: #8C8C8C. Windows color (decimal): -3513906 or 13525450. OLE color: 13525450.

HSL color Cylindrical-coordinate representation of color #CA61CE: hue angle of 297.8º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CA61CE is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB20297206-
CMYK0.020.5300.19
HSL297.8º52.66%59.41%-
HSV(B)297.8º52.91%80.78%-
XYZ39.7725.5661.23-
YUV140.82164.79171.64-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40%
GREEN value IS 97 (38.28% from 255) = 19.21%
BLUE value IS 206 (80.86% from 255) = 40.79%
R=40%
G=19.21%
B=40.79%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal202972060.020.5300.19297.852.6659.41
HexCA61CE23501312a353b
Octal3121413162650234526573
Binary1100101011000011100111010110101010011100101010110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA61CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA61CE; }

 p { color: rgb(202,97,206); }

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

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

 a { background-color: rgb(202,97,206); }

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

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

 span { border-color: rgb(202,97,206); }

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