#C568CD

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

Shades of Fuchsia #C568CD

Tints of Fuchsia #C568CD

Color information

#C568CD (or 0xC568CD) is unknown color: approx Fuchsia. HEX triplet: C5, 68 and CD. RGB value is (197,104,205). Sum of RGB (Red+Green+Blue) = 197+104+205=506 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.93% from 506); Green value is 104 (41.02% from 255 or 20.55% from 506); Blue value is 205 (80.47% from 255 or 40.51% from 506); Max value from RGB is 205 - color contains mainly: blue. Hex color #C568CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C568CD is #3A9732. Grayscale: #8F8F8F. Windows color (decimal): -3839795 or 13461701. OLE color: 13461701.

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

Color convert

RGB197104205-
CMYK0.040.4900.20
HSL295.25º50.25%60.59%-
HSV(B)295.25º49.27%80.39%-
XYZ3926.1860.76-
YUV143.32162.81166.29-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.93%
GREEN value IS 104 (41.02% from 255) = 20.55%
BLUE value IS 205 (80.47% from 255) = 40.51%
R=38.93%
G=20.55%
B=40.51%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1971042050.040.4900.20295.2550.2560.59
HexC568CD431014127323d
Octal3051503154610244476275
Binary11000101110100011001101100110001010100100100111110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C568CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C568CD; }

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

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

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

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

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

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

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

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