Html Css Color HEX #CD5ACE Fuchsia

📋 copy color: '#CD5ACE'

red 205 ◦ green 90 ◦ blue 206

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

Shades of Fuchsia #CD5ACE

Tints of Fuchsia #CD5ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.12%

R = 40.92%
G = 17.96%
B = 41.12%

CMYK

 C value IS 0.00

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CD5ACE (or 0xCD5ACE) is known color: Fuchsia. HEX triplet: CD, 5A and CE. RGB value is (205,90,206). Sum of RGB (Red+Green+Blue) = 205+90+206=501 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.92% from 501); Green value is 90 (35.55% from 255 or 17.96% from 501); Blue value is 206 (80.86% from 255 or 41.12% from 501); Max value from RGB is 206 - color contains mainly: blue. Hex color #CD5ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD5ACE is #32A531. Grayscale: #898989. Windows color (decimal): -3319090 or 13523661. OLE color: 13523661.

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

Color convert

RGB 205 90 206 -
CMYK 0.00 0.56 0 0.19
HSL 299.48º 0.54% 0.58% -
HSV(B) 299.48º 0.56% 0.81% -
XYZ 39.97 24.75 61.06 -
YUV 137.61 166.6 176.07 -
System Red Green Blue C M Y K H S L
Decimal 205 90 206 0.00 0.56 0 0.19 299.48 0.54 0.58
Hex CD 5A CE 0 38 0 13 12B 36 3A
Octal 315 132 316 0 70 0 23 453 66 72
Binary 11001101 1011010 11001110 0 111000 0 10011 100101011 110110 111010

Color Harmonies of #CD5ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5ACE

Black with #CD5ACE

Text Example


Text Example

White with #CD5ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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