#C567BD

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

Shades of Fuchsia #C567BD

Tints of Fuchsia #C567BD

Color information

#C567BD (or 0xC567BD) is unknown color: approx Fuchsia. HEX triplet: C5, 67 and BD. RGB value is (197,103,189). Sum of RGB (Red+Green+Blue) = 197+103+189=489 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.29% from 489); Green value is 103 (40.62% from 255 or 21.06% from 489); Blue value is 189 (74.22% from 255 or 38.65% from 489); Max value from RGB is 197 - color contains mainly: red. Hex color #C567BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C567BD is #3A9842. Grayscale: #8C8C8C. Windows color (decimal): -3840067 or 12412869. OLE color: 12412869.

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

Color convert

RGB197103189-
CMYK00.480.040.23
HSL305.11º44.76%58.82%-
HSV(B)305.11º47.72%77.25%-
XYZ37.0625.2451.06-
YUV140.91155.14168.01-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.29%
GREEN value IS 103 (40.62% from 255) = 21.06%
BLUE value IS 189 (74.22% from 255) = 38.65%
R=40.29%
G=21.06%
B=38.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19710318900.480.040.23305.1144.7658.82
HexC567BD0304171312d3b
Octal3051472750604274615573
Binary11000101110011110111101011000010010111100110001101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C567BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C567BD; }

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

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

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

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

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

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

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

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