#C665BC

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

Shades of Fuchsia #C665BC

Tints of Fuchsia #C665BC

Color information

#C665BC (or 0xC665BC) is unknown color: approx Fuchsia. HEX triplet: C6, 65 and BC. RGB value is (198,101,188). Sum of RGB (Red+Green+Blue) = 198+101+188=487 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.66% from 487); Green value is 101 (39.84% from 255 or 20.74% from 487); Blue value is 188 (73.83% from 255 or 38.60% from 487); Max value from RGB is 198 - color contains mainly: red. Hex color #C665BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C665BC is #399A43. Grayscale: #8B8B8B. Windows color (decimal): -3775044 or 12346822. OLE color: 12346822.

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

Color convert

RGB198101188-
CMYK00.490.050.22
HSL306.19º45.97%58.63%-
HSV(B)306.19º48.99%77.65%-
XYZ37.0224.9450.44-
YUV139.92155.14169.43-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.66%
GREEN value IS 101 (39.84% from 255) = 20.74%
BLUE value IS 188 (73.83% from 255) = 38.60%
R=40.66%
G=20.74%
B=38.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19810118800.490.050.22306.1945.9758.63
HexC665BC0315161322e3b
Octal3061452740615264625673
Binary11000110110010110111100011000110110110100110010101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C665BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C665BC; }

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

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

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

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

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

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

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

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