#C569CD

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

Shades of Fuchsia #C569CD

Tints of Fuchsia #C569CD

Color information

#C569CD (or 0xC569CD) is unknown color: approx Fuchsia. HEX triplet: C5, 69 and CD. RGB value is (197,105,205). Sum of RGB (Red+Green+Blue) = 197+105+205=507 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.86% from 507); Green value is 105 (41.41% from 255 or 20.71% from 507); Blue value is 205 (80.47% from 255 or 40.43% from 507); Max value from RGB is 205 - color contains mainly: blue. Hex color #C569CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C569CD is #3A9632. Grayscale: #8F8F8F. Windows color (decimal): -3839539 or 13461957. OLE color: 13461957.

HSL color Cylindrical-coordinate representation of color #C569CD: hue angle of 295.2º 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 #C569CD is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB197105205-
CMYK0.040.4900.20
HSL295.2º50%60.78%-
HSV(B)295.2º48.78%80.39%-
XYZ39.126.3860.79-
YUV143.91162.48165.87-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.86%
GREEN value IS 105 (41.41% from 255) = 20.71%
BLUE value IS 205 (80.47% from 255) = 40.43%
R=38.86%
G=20.71%
B=40.43%

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
Decimal1971052050.040.4900.20295.25060.78
HexC569CD431014127323d
Octal3051513154610244476275
Binary11000101110100111001101100110001010100100100111110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C569CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C569CD; }

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

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

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

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

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

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

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

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