#C652CD

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

Shades of Fuchsia #C652CD

Tints of Fuchsia #C652CD

Color information

#C652CD (or 0xC652CD) is unknown color: approx Fuchsia. HEX triplet: C6, 52 and CD. RGB value is (198,82,205). Sum of RGB (Red+Green+Blue) = 198+82+205=485 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.82% from 485); Green value is 82 (32.42% from 255 or 16.91% from 485); Blue value is 205 (80.47% from 255 or 42.27% from 485); Max value from RGB is 205 - color contains mainly: blue. Hex color #C652CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C652CD is #39AD32. Grayscale: #828282. Windows color (decimal): -3779891 or 13456070. OLE color: 13456070.

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

Color convert

RGB19882205-
CMYK0.030.600.20
HSL296.59º55.16%56.27%-
HSV(B)296.59º60%80.39%-
XYZ37.3322.4560.12-
YUV130.71169.93176-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.82%
GREEN value IS 82 (32.42% from 255) = 16.91%
BLUE value IS 205 (80.47% from 255) = 42.27%
R=40.82%
G=16.91%
B=42.27%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal198822050.030.600.20296.5955.1656.27
HexC652CD33C0141293738
Octal3061223153740244516770
Binary1100011010100101100110111111100010100100101001110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C652CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C652CD; }

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

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

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

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

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

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

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

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