#cd6cb1

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

Shades of Fuchsia #CD6CB1

Tints of Fuchsia #CD6CB1

Color information

#CD6CB1 (or 0xCD6CB1) is unknown color: approx Fuchsia. HEX triplet: CD, 6C and B1. RGB value is (205,108,177). Sum of RGB (Red+Green+Blue) = 205+108+177=490 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.84% from 490); Green value is 108 (42.58% from 255 or 22.04% from 490); Blue value is 177 (69.53% from 255 or 36.12% from 490); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6CB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD6CB1 is #32934E. Grayscale: #909090. Windows color (decimal): -3314511 or 11627725. OLE color: 11627725.

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

Color convert

RGB205108177-
CMYK00.470.140.20
HSL317.32º49.24%61.37%-
HSV(B)317.32º47.32%80.39%-
XYZ38.4826.8844.76-
YUV144.87146.14170.89-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.84%
GREEN value IS 108 (42.58% from 255) = 22.04%
BLUE value IS 177 (69.53% from 255) = 36.12%
R=41.84%
G=22.04%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20510817700.470.140.20317.3249.2461.37
HexCD6CB102FE1413d313d
Octal31515426105716244756175
Binary110011011101100101100010101111111010100100111101110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd6cb1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd6cb1; }

 p { color: rgb(205,108,177); }

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

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

 a { background-color: rgb(205,108,177); }

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

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

 span { border-color: rgb(205,108,177); }

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