#C570BD

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

Shades of Fuchsia #C570BD

Tints of Fuchsia #C570BD

Color information

#C570BD (or 0xC570BD) is unknown color: approx Fuchsia. HEX triplet: C5, 70 and BD. RGB value is (197,112,189). Sum of RGB (Red+Green+Blue) = 197+112+189=498 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.56% from 498); Green value is 112 (44.14% from 255 or 22.49% from 498); Blue value is 189 (74.22% from 255 or 37.95% from 498); Max value from RGB is 197 - color contains mainly: red. Hex color #C570BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C570BD is #3A8F42. Grayscale: #919191. Windows color (decimal): -3837763 or 12415173. OLE color: 12415173.

HSL color Cylindrical-coordinate representation of color #C570BD: hue angle of 305.65º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C570BD is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB197112189-
CMYK00.430.040.23
HSL305.65º42.29%60.59%-
HSV(B)305.65º43.15%77.25%-
XYZ38.0127.1351.38-
YUV146.19152.16164.24-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.56%
GREEN value IS 112 (44.14% from 255) = 22.49%
BLUE value IS 189 (74.22% from 255) = 37.95%
R=39.56%
G=22.49%
B=37.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19711218900.430.040.23305.6542.2960.59
HexC570BD02B4171322a3d
Octal3051602750534274625275
Binary11000101111000010111101010101110010111100110010101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C570BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C570BD; }

 p { color: rgb(197,112,189); }

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

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

 a { background-color: rgb(197,112,189); }

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

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

 span { border-color: rgb(197,112,189); }

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