#CD64C5

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

Shades of Fuchsia #CD64C5

Tints of Fuchsia #CD64C5

Color information

#CD64C5 (or 0xCD64C5) is unknown color: approx Fuchsia. HEX triplet: CD, 64 and C5. RGB value is (205,100,197). Sum of RGB (Red+Green+Blue) = 205+100+197=502 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.84% from 502); Green value is 100 (39.45% from 255 or 19.92% from 502); Blue value is 197 (77.34% from 255 or 39.24% from 502); Max value from RGB is 205 - color contains mainly: red. Hex color #CD64C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD64C5 is #329B3A. Grayscale: #8E8E8E. Windows color (decimal): -3316539 or 12936397. OLE color: 12936397.

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

Color convert

RGB205100197-
CMYK00.510.040.20
HSL304.57º51.22%59.8%-
HSV(B)304.57º51.22%80.39%-
XYZ39.8126.1255.77-
YUV142.45158.79172.61-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.84%
GREEN value IS 100 (39.45% from 255) = 19.92%
BLUE value IS 197 (77.34% from 255) = 39.24%
R=40.84%
G=19.92%
B=39.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.04
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20510019700.510.040.20304.5751.2259.8
HexCD64C5033414131333c
Octal3151443050634244616374
Binary11001101110010011000101011001110010100100110001110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD64C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD64C5; }

 p { color: rgb(205,100,197); }

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

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

 a { background-color: rgb(205,100,197); }

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

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

 span { border-color: rgb(205,100,197); }

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