#C648CD

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

Shades of Fuchsia #C648CD

Tints of Fuchsia #C648CD

Color information

#C648CD (or 0xC648CD) is unknown color: approx Fuchsia. HEX triplet: C6, 48 and CD. RGB value is (198,72,205). Sum of RGB (Red+Green+Blue) = 198+72+205=475 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.68% from 475); Green value is 72 (28.52% from 255 or 15.16% from 475); Blue value is 205 (80.47% from 255 or 43.16% from 475); Max value from RGB is 205 - color contains mainly: blue. Hex color #C648CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C648CD is #39B732. Grayscale: #7C7C7C. Windows color (decimal): -3782451 or 13453510. OLE color: 13453510.

HSL color Cylindrical-coordinate representation of color #C648CD: hue angle of 296.84º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C648CD is Cyan = 0.03, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB19872205-
CMYK0.030.6500.20
HSL296.84º57.08%54.31%-
HSV(B)296.84º64.88%80.39%-
XYZ36.6321.0559.89-
YUV124.84173.24180.19-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.68%
GREEN value IS 72 (28.52% from 255) = 15.16%
BLUE value IS 205 (80.47% from 255) = 43.16%
R=41.68%
G=15.16%
B=43.16%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal198722050.030.6500.20296.8457.0854.31
HexC648CD3410141293936
Octal30611031531010244517166
Binary11000110100100011001101111000001010100100101001111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C648CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C648CD; }

 p { color: rgb(198,72,205); }

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

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

 a { background-color: rgb(198,72,205); }

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

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

 span { border-color: rgb(198,72,205); }

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