#C662BD

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

Shades of Fuchsia #C662BD

Tints of Fuchsia #C662BD

Color information

#C662BD (or 0xC662BD) is unknown color: approx Fuchsia. HEX triplet: C6, 62 and BD. RGB value is (198,98,189). Sum of RGB (Red+Green+Blue) = 198+98+189=485 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.82% from 485); Green value is 98 (38.67% from 255 or 20.21% from 485); Blue value is 189 (74.22% from 255 or 38.97% from 485); Max value from RGB is 198 - color contains mainly: red. Hex color #C662BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C662BD is #399D42. Grayscale: #8A8A8A. Windows color (decimal): -3775811 or 12411590. OLE color: 12411590.

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

Color convert

RGB19898189-
CMYK00.510.050.22
HSL305.4º46.73%58.04%-
HSV(B)305.4º50.51%77.65%-
XYZ36.8424.4250.91-
YUV138.27156.63170.6-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.82%
GREEN value IS 98 (38.67% from 255) = 20.21%
BLUE value IS 189 (74.22% from 255) = 38.97%
R=40.82%
G=20.21%
B=38.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1989818900.510.050.22305.446.7358.04
HexC662BD0335161312f3a
Octal3061422750635264615772
Binary11000110110001010111101011001110110110100110001101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C662BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C662BD; }

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

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

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

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

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

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

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

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