#CD65B0

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

Shades of Fuchsia #CD65B0

Tints of Fuchsia #CD65B0

Color information

#CD65B0 (or 0xCD65B0) is unknown color: approx Fuchsia. HEX triplet: CD, 65 and B0. RGB value is (205,101,176). Sum of RGB (Red+Green+Blue) = 205+101+176=482 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.53% from 482); Green value is 101 (39.84% from 255 or 20.95% from 482); Blue value is 176 (69.14% from 255 or 36.51% from 482); Max value from RGB is 205 - color contains mainly: red. Hex color #CD65B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD65B0 is #329A4F. Grayscale: #8C8C8C. Windows color (decimal): -3316304 or 11560397. OLE color: 11560397.

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

Color convert

RGB205101176-
CMYK00.510.140.20
HSL316.73º50.98%60%-
HSV(B)316.73º50.73%80.39%-
XYZ37.6725.4244-
YUV140.65147.96173.9-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.53%
GREEN value IS 101 (39.84% from 255) = 20.95%
BLUE value IS 176 (69.14% from 255) = 36.51%
R=42.53%
G=20.95%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20510117600.510.140.20316.7350.9860
HexCD65B0033E1413d333c
Octal31514526006316244756374
Binary110011011100101101100000110011111010100100111101110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD65B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD65B0; }

 p { color: rgb(205,101,176); }

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

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

 a { background-color: rgb(205,101,176); }

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

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

 span { border-color: rgb(205,101,176); }

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