#C366BD

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

Shades of Fuchsia #C366BD

Tints of Fuchsia #C366BD

Color information

#C366BD (or 0xC366BD) is unknown color: approx Fuchsia. HEX triplet: C3, 66 and BD. RGB value is (195,102,189). Sum of RGB (Red+Green+Blue) = 195+102+189=486 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.12% from 486); Green value is 102 (40.23% from 255 or 20.99% from 486); Blue value is 189 (74.22% from 255 or 38.89% from 486); Max value from RGB is 195 - color contains mainly: red. Hex color #C366BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C366BD is #3C9942. Grayscale: #8B8B8B. Windows color (decimal): -3971395 or 12412611. OLE color: 12412611.

HSL color Cylindrical-coordinate representation of color #C366BD: hue angle of 303.87º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C366BD is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB195102189-
CMYK00.480.030.24
HSL303.87º43.66%58.24%-
HSV(B)303.87º47.69%76.47%-
XYZ36.4424.7851.01-
YUV139.72155.81167.43-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.12%
GREEN value IS 102 (40.23% from 255) = 20.99%
BLUE value IS 189 (74.22% from 255) = 38.89%
R=40.12%
G=20.99%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19510218900.480.030.24303.8743.6658.24
HexC366BD0303181302c3a
Octal3031462750603304605472
Binary1100001111001101011110101100001111000100110000101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C366BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C366BD; }

 p { color: rgb(195,102,189); }

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

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

 a { background-color: rgb(195,102,189); }

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

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

 span { border-color: rgb(195,102,189); }

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