#CD64B8

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

Shades of Fuchsia #CD64B8

Tints of Fuchsia #CD64B8

Color information

#CD64B8 (or 0xCD64B8) is unknown color: approx Fuchsia. HEX triplet: CD, 64 and B8. RGB value is (205,100,184). Sum of RGB (Red+Green+Blue) = 205+100+184=489 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.92% from 489); Green value is 100 (39.45% from 255 or 20.45% from 489); Blue value is 184 (72.27% from 255 or 37.63% from 489); Max value from RGB is 205 - color contains mainly: red. Hex color #CD64B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD64B8 is #329B47. Grayscale: #8C8C8C. Windows color (decimal): -3316552 or 12084429. OLE color: 12084429.

HSL color Cylindrical-coordinate representation of color #CD64B8: hue angle of 312º 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 #CD64B8 is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB205100184-
CMYK00.510.100.20
HSL312º51.22%59.8%-
HSV(B)312º51.22%80.39%-
XYZ38.3925.5548.26-
YUV140.97152.29173.67-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.92%
GREEN value IS 100 (39.45% from 255) = 20.45%
BLUE value IS 184 (72.27% from 255) = 37.63%
R=41.92%
G=20.45%
B=37.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20510018400.510.100.2031251.2259.8
HexCD64B8033A14138333c
Octal31514427006312244706374
Binary110011011100100101110000110011101010100100111000110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD64B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD64B8; }

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

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

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

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

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

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

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

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