#CD6DB5

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

Shades of Fuchsia #CD6DB5

Tints of Fuchsia #CD6DB5

Color information

#CD6DB5 (or 0xCD6DB5) is unknown color: approx Fuchsia. HEX triplet: CD, 6D and B5. RGB value is (205,109,181). Sum of RGB (Red+Green+Blue) = 205+109+181=495 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.41% from 495); Green value is 109 (42.97% from 255 or 22.02% from 495); Blue value is 181 (71.09% from 255 or 36.57% from 495); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6DB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6DB5 is #32924A. Grayscale: #919191. Windows color (decimal): -3314251 or 11890125. OLE color: 11890125.

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

Color convert

RGB205109181-
CMYK00.470.120.20
HSL315º48.98%61.57%-
HSV(B)315º46.83%80.39%-
XYZ38.9927.2546.92-
YUV145.91147.8170.15-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.41%
GREEN value IS 109 (42.97% from 255) = 22.02%
BLUE value IS 181 (71.09% from 255) = 36.57%
R=41.41%
G=22.02%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20510918100.470.120.2031548.9861.57
HexCD6DB502FC1413b313e
Octal31515526505714244736176
Binary110011011101101101101010101111110010100100111011110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6DB5; }

 p { color: rgb(205,109,181); }

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

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

 a { background-color: rgb(205,109,181); }

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

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

 span { border-color: rgb(205,109,181); }

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