#CD6DBA

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

Shades of Fuchsia #CD6DBA

Tints of Fuchsia #CD6DBA

Color information

#CD6DBA (or 0xCD6DBA) is unknown color: approx Fuchsia. HEX triplet: CD, 6D and BA. RGB value is (205,109,186). Sum of RGB (Red+Green+Blue) = 205+109+186=500 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41% from 500); Green value is 109 (42.97% from 255 or 21.8% from 500); Blue value is 186 (73.05% from 255 or 37.2% from 500); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6DBA is #329245. Grayscale: #929292. Windows color (decimal): -3314246 or 12217805. OLE color: 12217805.

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

Color convert

RGB205109186-
CMYK00.470.090.20
HSL311.88º48.98%61.57%-
HSV(B)311.88º46.83%80.39%-
XYZ39.5127.4649.67-
YUV146.48150.3169.74-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41%
GREEN value IS 109 (42.97% from 255) = 21.8%
BLUE value IS 186 (73.05% from 255) = 37.2%
R=41%
G=21.8%
B=37.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20510918600.470.090.20311.8848.9861.57
HexCD6DBA02F914138313e
Octal31515527205711244706176
Binary110011011101101101110100101111100110100100111000110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6DBA; }

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

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

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

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

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

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

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

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