#C668BD

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

Shades of Fuchsia #C668BD

Tints of Fuchsia #C668BD

Color information

#C668BD (or 0xC668BD) is unknown color: approx Fuchsia. HEX triplet: C6, 68 and BD. RGB value is (198,104,189). Sum of RGB (Red+Green+Blue) = 198+104+189=491 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.33% from 491); Green value is 104 (41.02% from 255 or 21.18% from 491); Blue value is 189 (74.22% from 255 or 38.49% from 491); Max value from RGB is 198 - color contains mainly: red. Hex color #C668BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C668BD is #399742. Grayscale: #8D8D8D. Windows color (decimal): -3774275 or 12413126. OLE color: 12413126.

HSL color Cylindrical-coordinate representation of color #C668BD: hue angle of 305.74º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C668BD is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB198104189-
CMYK00.470.050.22
HSL305.74º45.19%59.22%-
HSV(B)305.74º47.47%77.65%-
XYZ37.4225.5851.11-
YUV141.8154.64168.09-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.33%
GREEN value IS 104 (41.02% from 255) = 21.18%
BLUE value IS 189 (74.22% from 255) = 38.49%
R=40.33%
G=21.18%
B=38.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19810418900.470.050.22305.7445.1959.22
HexC668BD02F5161322d3b
Octal3061502750575264625573
Binary11000110110100010111101010111110110110100110010101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C668BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C668BD; }

 p { color: rgb(198,104,189); }

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

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

 a { background-color: rgb(198,104,189); }

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

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

 span { border-color: rgb(198,104,189); }

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