Html Css Color HEX #CD5DAC Fuchsia

📋 copy color: '#CD5DAC'

red 205 ◦ green 93 ◦ blue 172

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

Shades of Fuchsia #CD5DAC

Tints of Fuchsia #CD5DAC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.79%

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

R = 43.62%
G = 19.79%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#CD5DAC (or 0xCD5DAC) is known color: Fuchsia. HEX triplet: CD, 5D and AC. RGB value is (205,93,172). Sum of RGB (Red+Green+Blue) = 205+93+172=470 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.62% from 470); Green value is 93 (36.72% from 255 or 19.79% from 470); Blue value is 172 (67.58% from 255 or 36.60% from 470); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD5DAC is #32A253. Grayscale: #878787. Windows color (decimal): -3318356 or 11296205. OLE color: 11296205.

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

Color convert

RGB 205 93 172 -
CMYK 0 0.55 0.16 0.20
HSL 317.68º 0.53% 0.58% -
HSV(B) 317.68º 0.55% 0.8% -
XYZ 36.54 23.79 41.7 -
YUV 135.49 148.61 177.58 -
System Red Green Blue C M Y K H S L
Decimal 205 93 172 0 0.55 0.16 0.20 317.68 0.53 0.58
Hex CD 5D AC 0 37 10 14 13E 35 3A
Octal 315 135 254 0 67 20 24 476 65 72
Binary 11001101 1011101 10101100 0 110111 10000 10100 100111110 110101 111010

Color Harmonies of #CD5DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5DAC

Black with #CD5DAC

Text Example


Text Example

White with #CD5DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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