#CD51CD

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

Shades of Fuchsia #CD51CD

Tints of Fuchsia #CD51CD

Color information

#CD51CD (or 0xCD51CD) is unknown color: approx Fuchsia. HEX triplet: CD, 51 and CD. RGB value is (205,81,205). Sum of RGB (Red+Green+Blue) = 205+81+205=491 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.75% from 491); Green value is 81 (32.03% from 255 or 16.50% from 491); Blue value is 205 (80.47% from 255 or 41.75% from 491); Max value from RGB is 205 - color contains mainly: red, blue. Hex color #CD51CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD51CD is #32AE32. Grayscale: #838383. Windows color (decimal): -3321395 or 13455821. OLE color: 13455821.

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

Color convert

RGB20581205-
CMYK00.6000.20
HSL300º55.36%56.08%-
HSV(B)300º60.49%80.39%-
XYZ39.1423.2760.19-
YUV132.21169.08179.92-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.75%
GREEN value IS 81 (32.03% from 255) = 16.50%
BLUE value IS 205 (80.47% from 255) = 41.75%
R=41.75%
G=16.50%
B=41.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2058120500.6000.2030055.3656.08
HexCD51CD03C01412c3738
Octal3151213150740244546770
Binary110011011010001110011010111100010100100101100110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD51CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD51CD; }

 p { color: rgb(205,81,205); }

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

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

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

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

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

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

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