#CD36D4

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

Shades of Fuchsia #CD36D4

Tints of Fuchsia #CD36D4

Color information

#CD36D4 (or 0xCD36D4) is unknown color: approx Fuchsia. HEX triplet: CD, 36 and D4. RGB value is (205,54,212). Sum of RGB (Red+Green+Blue) = 205+54+212=471 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.52% from 471); Green value is 54 (21.48% from 255 or 11.46% from 471); Blue value is 212 (83.20% from 255 or 45.01% from 471); Max value from RGB is 212 - color contains mainly: blue. Hex color #CD36D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD36D4 is #32C92B. Grayscale: #747474. Windows color (decimal): -3328300 or 13907661. OLE color: 13907661.

HSL color Cylindrical-coordinate representation of color #CD36D4: hue angle of 297.34º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CD36D4 is Cyan = 0.03, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB20554212-
CMYK0.030.7500.17
HSL297.34º64.75%52.16%-
HSV(B)297.34º74.53%83.14%-
XYZ38.3820.3764.2-
YUV117.16181.53190.65-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.52%
GREEN value IS 54 (21.48% from 255) = 11.46%
BLUE value IS 212 (83.20% from 255) = 45.01%
R=43.52%
G=11.46%
B=45.01%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal205542120.030.7500.17297.3464.7552.16
HexCD36D434B0111294134
Octal31566324311302145110164
Binary11001101110110110101001110010110100011001010011000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD36D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD36D4; }

 p { color: rgb(205,54,212); }

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

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

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

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

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

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

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