#C65DAB

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

Shades of Fuchsia #C65DAB

Tints of Fuchsia #C65DAB

Color information

#C65DAB (or 0xC65DAB) is unknown color: approx Fuchsia. HEX triplet: C6, 5D and AB. RGB value is (198,93,171). Sum of RGB (Red+Green+Blue) = 198+93+171=462 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.86% from 462); Green value is 93 (36.72% from 255 or 20.13% from 462); Blue value is 171 (67.19% from 255 or 37.01% from 462); Max value from RGB is 198 - color contains mainly: red. Hex color #C65DAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65DAB is #39A254. Grayscale: #858585. Windows color (decimal): -3777109 or 11230662. OLE color: 11230662.

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

Color convert

RGB19893171-
CMYK00.530.140.22
HSL315.43º47.95%57.06%-
HSV(B)315.43º53.03%77.65%-
XYZ34.5522.7741.1-
YUV133.29149.29174.16-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.86%
GREEN value IS 93 (36.72% from 255) = 20.13%
BLUE value IS 171 (67.19% from 255) = 37.01%
R=42.86%
G=20.13%
B=37.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1989317100.530.140.22315.4347.9557.06
HexC65DAB035E1613b3039
Octal30613525306516264736071
Binary110001101011101101010110110101111010110100111011110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65DAB; }

 p { color: rgb(198,93,171); }

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

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

 a { background-color: rgb(198,93,171); }

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

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

 span { border-color: rgb(198,93,171); }

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