#CD6DB6

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

Shades of Fuchsia #CD6DB6

Tints of Fuchsia #CD6DB6

Color information

#CD6DB6 (or 0xCD6DB6) is unknown color: approx Fuchsia. HEX triplet: CD, 6D and B6. RGB value is (205,109,182). Sum of RGB (Red+Green+Blue) = 205+109+182=496 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.33% from 496); Green value is 109 (42.97% from 255 or 21.98% from 496); Blue value is 182 (71.48% from 255 or 36.69% from 496); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6DB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6DB6 is #329249. Grayscale: #919191. Windows color (decimal): -3314250 or 11955661. OLE color: 11955661.

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

Color convert

RGB205109182-
CMYK00.470.110.20
HSL314.38º48.98%61.57%-
HSV(B)314.38º46.83%80.39%-
XYZ39.0927.2947.46-
YUV146.03148.3170.06-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.33%
GREEN value IS 109 (42.97% from 255) = 21.98%
BLUE value IS 182 (71.48% from 255) = 36.69%
R=41.33%
G=21.98%
B=36.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20510918200.470.110.20314.3848.9861.57
HexCD6DB602FB1413a313e
Octal31515526605713244726176
Binary110011011101101101101100101111101110100100111010110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6DB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6DB6; }

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

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

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

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

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

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

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

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