#CD36CE

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

Shades of Fuchsia #CD36CE

Tints of Fuchsia #CD36CE

Color information

#CD36CE (or 0xCD36CE) is unknown color: approx Fuchsia. HEX triplet: CD, 36 and CE. RGB value is (205,54,206). Sum of RGB (Red+Green+Blue) = 205+54+206=465 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.09% from 465); Green value is 54 (21.48% from 255 or 11.61% from 465); Blue value is 206 (80.86% from 255 or 44.30% from 465); Max value from RGB is 206 - color contains mainly: blue. Hex color #CD36CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD36CE is #32C931. Grayscale: #747474. Windows color (decimal): -3328306 or 13514445. OLE color: 13514445.

HSL color Cylindrical-coordinate representation of color #CD36CE: hue angle of 299.61º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CD36CE is Cyan = 0.00, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB20554206-
CMYK0.000.7400.19
HSL299.61º60.8%50.98%-
HSV(B)299.61º73.79%80.78%-
XYZ37.6420.0760.28-
YUV116.48178.53191.14-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.09%
GREEN value IS 54 (21.48% from 255) = 11.61%
BLUE value IS 206 (80.86% from 255) = 44.30%
R=44.09%
G=11.61%
B=44.30%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal205542060.000.7400.19299.6160.850.98
HexCD36CE04A01312c3d33
Octal3156631601120234547563
Binary110011011101101100111001001010010011100101100111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD36CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD36CE; }

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

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

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

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

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

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

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

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