#C562CD

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

Shades of Fuchsia #C562CD

Tints of Fuchsia #C562CD

Color information

#C562CD (or 0xC562CD) is unknown color: approx Fuchsia. HEX triplet: C5, 62 and CD. RGB value is (197,98,205). Sum of RGB (Red+Green+Blue) = 197+98+205=500 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.4% from 500); Green value is 98 (38.67% from 255 or 19.6% from 500); Blue value is 205 (80.47% from 255 or 41% from 500); Max value from RGB is 205 - color contains mainly: blue. Hex color #C562CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C562CD is #3A9D32. Grayscale: #8B8B8B. Windows color (decimal): -3841331 or 13460165. OLE color: 13460165.

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

Color convert

RGB19798205-
CMYK0.040.5200.20
HSL295.51º51.69%59.41%-
HSV(B)295.51º52.2%80.39%-
XYZ38.4125.0160.56-
YUV139.8164.8168.8-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.4%
GREEN value IS 98 (38.67% from 255) = 19.6%
BLUE value IS 205 (80.47% from 255) = 41%
R=39.4%
G=19.6%
B=41%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal197982050.040.5200.20295.5151.6959.41
HexC562CD434014128343b
Octal3051423154640244506473
Binary11000101110001011001101100110100010100100101000110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C562CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C562CD; }

 p { color: rgb(197,98,205); }

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

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

 a { background-color: rgb(197,98,205); }

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

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

 span { border-color: rgb(197,98,205); }

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