#C670BD

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

Shades of Fuchsia #C670BD

Tints of Fuchsia #C670BD

Color information

#C670BD (or 0xC670BD) is unknown color: approx Fuchsia. HEX triplet: C6, 70 and BD. RGB value is (198,112,189). Sum of RGB (Red+Green+Blue) = 198+112+189=499 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.68% from 499); Green value is 112 (44.14% from 255 or 22.44% from 499); Blue value is 189 (74.22% from 255 or 37.88% from 499); Max value from RGB is 198 - color contains mainly: red. Hex color #C670BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C670BD is #398F42. Grayscale: #929292. Windows color (decimal): -3772227 or 12415174. OLE color: 12415174.

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

Color convert

RGB198112189-
CMYK00.430.050.22
HSL306.28º43%60.78%-
HSV(B)306.28º43.43%77.65%-
XYZ38.2727.2751.39-
YUV146.49151.99164.74-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.68%
GREEN value IS 112 (44.14% from 255) = 22.44%
BLUE value IS 189 (74.22% from 255) = 37.88%
R=39.68%
G=22.44%
B=37.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19811218900.430.050.22306.284360.78
HexC670BD02B5161322b3d
Octal3061602750535264625375
Binary11000110111000010111101010101110110110100110010101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C670BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C670BD; }

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

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

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

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

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

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

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

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