#CD5CB6

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

Shades of Fuchsia #CD5CB6

Tints of Fuchsia #CD5CB6

Color information

#CD5CB6 (or 0xCD5CB6) is unknown color: approx Fuchsia. HEX triplet: CD, 5C and B6. RGB value is (205,92,182). Sum of RGB (Red+Green+Blue) = 205+92+182=479 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.80% from 479); Green value is 92 (36.33% from 255 or 19.21% from 479); Blue value is 182 (71.48% from 255 or 38.00% from 479); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5CB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD5CB6 is #32A349. Grayscale: #878787. Windows color (decimal): -3318602 or 11951309. OLE color: 11951309.

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

Color convert

RGB20592182-
CMYK00.550.110.20
HSL312.21º53.05%58.24%-
HSV(B)312.21º55.12%80.39%-
XYZ37.4524.0146.92-
YUV136.05153.94177.18-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.80%
GREEN value IS 92 (36.33% from 255) = 19.21%
BLUE value IS 182 (71.48% from 255) = 38.00%
R=42.80%
G=19.21%
B=38.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2059218200.550.110.20312.2153.0558.24
HexCD5CB6037B14138353a
Octal31513426606713244706572
Binary110011011011100101101100110111101110100100111000110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5CB6; }

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

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

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

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

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

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

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

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