#CD5DD0

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

Shades of Fuchsia #CD5DD0

Tints of Fuchsia #CD5DD0

Color information

#CD5DD0 (or 0xCD5DD0) is unknown color: approx Fuchsia. HEX triplet: CD, 5D and D0. RGB value is (205,93,208). Sum of RGB (Red+Green+Blue) = 205+93+208=506 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.51% from 506); Green value is 93 (36.72% from 255 or 18.38% from 506); Blue value is 208 (81.64% from 255 or 41.11% from 506); Max value from RGB is 208 - color contains mainly: blue. Hex color #CD5DD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD5DD0 is #32A22F. Grayscale: #8B8B8B. Windows color (decimal): -3318320 or 13655501. OLE color: 13655501.

HSL color Cylindrical-coordinate representation of color #CD5DD0: hue angle of 298.43º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CD5DD0 is Cyan = 0.01, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB20593208-
CMYK0.010.5500.18
HSL298.43º55.02%59.02%-
HSV(B)298.43º55.29%81.57%-
XYZ40.4825.3662.44-
YUV139.6166.61174.65-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.51%
GREEN value IS 93 (36.72% from 255) = 18.38%
BLUE value IS 208 (81.64% from 255) = 41.11%
R=40.51%
G=18.38%
B=41.11%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal205932080.010.5500.18298.4355.0259.02
HexCD5DD013701212a373b
Octal3151353201670224526773
Binary110011011011101110100001110111010010100101010110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5DD0; }

 p { color: rgb(205,93,208); }

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

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

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

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

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

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

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