#CA60CD

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

Shades of Fuchsia #CA60CD

Tints of Fuchsia #CA60CD

Color information

#CA60CD (or 0xCA60CD) is unknown color: approx Fuchsia. HEX triplet: CA, 60 and CD. RGB value is (202,96,205). Sum of RGB (Red+Green+Blue) = 202+96+205=503 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.16% from 503); Green value is 96 (37.89% from 255 or 19.09% from 503); Blue value is 205 (80.47% from 255 or 40.76% from 503); Max value from RGB is 205 - color contains mainly: blue. Hex color #CA60CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA60CD is #359F32. Grayscale: #8B8B8B. Windows color (decimal): -3514163 or 13459658. OLE color: 13459658.

HSL color Cylindrical-coordinate representation of color #CA60CD: hue angle of 298.35º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CA60CD is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB20296205-
CMYK0.010.5300.20
HSL298.35º52.15%59.02%-
HSV(B)298.35º53.17%80.39%-
XYZ39.5625.3360.56-
YUV140.12164.62172.14-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.16%
GREEN value IS 96 (37.89% from 255) = 19.09%
BLUE value IS 205 (80.47% from 255) = 40.76%
R=40.16%
G=19.09%
B=40.76%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal202962050.010.5300.20298.3552.1559.02
HexCA60CD13501412a343b
Octal3121403151650244526473
Binary110010101100000110011011110101010100100101010110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA60CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA60CD; }

 p { color: rgb(202,96,205); }

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

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

 a { background-color: rgb(202,96,205); }

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

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

 span { border-color: rgb(202,96,205); }

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