#CD5BB1

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

Shades of Fuchsia #CD5BB1

Tints of Fuchsia #CD5BB1

Color information

#CD5BB1 (or 0xCD5BB1) is unknown color: approx Fuchsia. HEX triplet: CD, 5B and B1. RGB value is (205,91,177). Sum of RGB (Red+Green+Blue) = 205+91+177=473 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.34% from 473); Green value is 91 (35.94% from 255 or 19.24% from 473); Blue value is 177 (69.53% from 255 or 37.42% from 473); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5BB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD5BB1 is #32A44E. Grayscale: #868686. Windows color (decimal): -3318863 or 11623373. OLE color: 11623373.

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

Color convert

RGB20591177-
CMYK00.560.140.20
HSL314.74º53.27%58.04%-
HSV(B)314.74º55.61%80.39%-
XYZ36.8523.6444.21-
YUV134.89151.77178.01-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.34%
GREEN value IS 91 (35.94% from 255) = 19.24%
BLUE value IS 177 (69.53% from 255) = 37.42%
R=43.34%
G=19.24%
B=37.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2059117700.560.140.20314.7453.2758.04
HexCD5BB1038E1413b353a
Octal31513326107016244736572
Binary110011011011011101100010111000111010100100111011110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5BB1; }

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

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

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

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

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

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

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

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