#CD65AE

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

Shades of Fuchsia #CD65AE

Tints of Fuchsia #CD65AE

Color information

#CD65AE (or 0xCD65AE) is unknown color: approx Fuchsia. HEX triplet: CD, 65 and AE. RGB value is (205,101,174). Sum of RGB (Red+Green+Blue) = 205+101+174=480 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.71% from 480); Green value is 101 (39.84% from 255 or 21.04% from 480); Blue value is 174 (68.36% from 255 or 36.25% from 480); Max value from RGB is 205 - color contains mainly: red. Hex color #CD65AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD65AE is #329A51. Grayscale: #8C8C8C. Windows color (decimal): -3316306 or 11429325. OLE color: 11429325.

HSL color Cylindrical-coordinate representation of color #CD65AE: hue angle of 317.88º 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 #CD65AE is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB205101174-
CMYK00.510.150.20
HSL317.88º50.98%60%-
HSV(B)317.88º50.73%80.39%-
XYZ37.4725.3442.96-
YUV140.42146.96174.06-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.71%
GREEN value IS 101 (39.84% from 255) = 21.04%
BLUE value IS 174 (68.36% from 255) = 36.25%
R=42.71%
G=21.04%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20510117400.510.150.20317.8850.9860
HexCD65AE033F1413e333c
Octal31514525606317244766374
Binary110011011100101101011100110011111110100100111110110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD65AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD65AE; }

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

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

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

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

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

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

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

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