#c667bc

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

Shades of Fuchsia #C667BC

Tints of Fuchsia #C667BC

Color information

#C667BC (or 0xC667BC) is unknown color: approx Fuchsia. HEX triplet: C6, 67 and BC. RGB value is (198,103,188). Sum of RGB (Red+Green+Blue) = 198+103+188=489 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.49% from 489); Green value is 103 (40.62% from 255 or 21.06% from 489); Blue value is 188 (73.83% from 255 or 38.45% from 489); Max value from RGB is 198 - color contains mainly: red. Hex color #C667BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C667BC is #399843. Grayscale: #8C8C8C. Windows color (decimal): -3774532 or 12347334. OLE color: 12347334.

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

Color convert

RGB198103188-
CMYK00.480.050.22
HSL306.32º45.45%59.02%-
HSV(B)306.32º47.98%77.65%-
XYZ37.2225.3450.51-
YUV141.1154.47168.59-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.49%
GREEN value IS 103 (40.62% from 255) = 21.06%
BLUE value IS 188 (73.83% from 255) = 38.45%
R=40.49%
G=21.06%
B=38.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19810318800.480.050.22306.3245.4559.02
HexC667BC0305161322d3b
Octal3061472740605264625573
Binary11000110110011110111100011000010110110100110010101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c667bc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c667bc; }

 p { color: rgb(198,103,188); }

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

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

 a { background-color: rgb(198,103,188); }

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

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

 span { border-color: rgb(198,103,188); }

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