Html Css Color HEX #CD5AAC Fuchsia

📋 copy color: '#CD5AAC'

red 205 ◦ green 90 ◦ blue 172

#CD5AAC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #CD5AAC

Tints of Fuchsia #CD5AAC

RGB

 RED value IS 205 (80.47% from 255) = 43.9%

 GREEN value IS 90 (35.55% from 255) = 19.27%

 BLUE value IS 172 (67.58% from 255) = 36.83%

R = 43.9%
G = 19.27%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#CD5AAC (or 0xCD5AAC) is known color: Fuchsia. HEX triplet: CD, 5A and AC. RGB value is (205,90,172). Sum of RGB (Red+Green+Blue) = 205+90+172=467 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.90% from 467); Green value is 90 (35.55% from 255 or 19.27% from 467); Blue value is 172 (67.58% from 255 or 36.83% from 467); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5AAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD5AAC is #32A553. Grayscale: #858585. Windows color (decimal): -3319124 or 11295437. OLE color: 11295437.

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

Color convert

RGB 205 90 172 -
CMYK 0 0.56 0.16 0.20
HSL 317.22º 0.53% 0.58% -
HSV(B) 317.22º 0.56% 0.8% -
XYZ 36.28 23.27 41.61 -
YUV 133.73 149.6 178.83 -
System Red Green Blue C M Y K H S L
Decimal 205 90 172 0 0.56 0.16 0.20 317.22 0.53 0.58
Hex CD 5A AC 0 38 10 14 13D 35 3A
Octal 315 132 254 0 70 20 24 475 65 72
Binary 11001101 1011010 10101100 0 111000 10000 10100 100111101 110101 111010

Color Harmonies of #CD5AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5AAC

Black with #CD5AAC

Text Example


Text Example

White with #CD5AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5AAC; }

 p { color: rgb(205,90,172); }

 H1.HeaderClassName
 {
   color: #CD5AAC;
 }
 .AnyTagClassName
 {
   color: #CD5AAC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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