#CD6EB8

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

Shades of Fuchsia #CD6EB8

Tints of Fuchsia #CD6EB8

Color information

#CD6EB8 (or 0xCD6EB8) is unknown color: approx Fuchsia. HEX triplet: CD, 6E and B8. RGB value is (205,110,184). Sum of RGB (Red+Green+Blue) = 205+110+184=499 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41.08% from 499); Green value is 110 (43.36% from 255 or 22.04% from 499); Blue value is 184 (72.27% from 255 or 36.87% from 499); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6EB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6EB8 is #329147. Grayscale: #929292. Windows color (decimal): -3313992 or 12086989. OLE color: 12086989.

HSL color Cylindrical-coordinate representation of color #CD6EB8: hue angle of 313.26º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CD6EB8 is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB205110184-
CMYK00.460.100.20
HSL313.26º48.72%61.76%-
HSV(B)313.26º46.34%80.39%-
XYZ39.427.5948.6-
YUV146.84148.97169.48-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.08%
GREEN value IS 110 (43.36% from 255) = 22.04%
BLUE value IS 184 (72.27% from 255) = 36.87%
R=41.08%
G=22.04%
B=36.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511018400.460.100.20313.2648.7261.76
HexCD6EB802EA14139313e
Octal31515627005612244716176
Binary110011011101110101110000101110101010100100111001110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6EB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6EB8; }

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

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

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

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

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

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

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

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