#C669BD

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

Shades of Fuchsia #C669BD

Tints of Fuchsia #C669BD

Color information

#C669BD (or 0xC669BD) is unknown color: approx Fuchsia. HEX triplet: C6, 69 and BD. RGB value is (198,105,189). Sum of RGB (Red+Green+Blue) = 198+105+189=492 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.24% from 492); Green value is 105 (41.41% from 255 or 21.34% from 492); Blue value is 189 (74.22% from 255 or 38.41% from 492); Max value from RGB is 198 - color contains mainly: red. Hex color #C669BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C669BD is #399642. Grayscale: #8E8E8E. Windows color (decimal): -3774019 or 12413382. OLE color: 12413382.

HSL color Cylindrical-coordinate representation of color #C669BD: hue angle of 305.81º 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 #C669BD is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB198105189-
CMYK00.470.050.22
HSL305.81º44.93%59.41%-
HSV(B)305.81º46.97%77.65%-
XYZ37.5325.7851.14-
YUV142.38154.31167.67-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.24%
GREEN value IS 105 (41.41% from 255) = 21.34%
BLUE value IS 189 (74.22% from 255) = 38.41%
R=40.24%
G=21.34%
B=38.41%

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
Decimal19810518900.470.050.22305.8144.9359.41
HexC669BD02F5161322d3b
Octal3061512750575264625573
Binary11000110110100110111101010111110110110100110010101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C669BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C669BD; }

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

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

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

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

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

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

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

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