Html Css Color HEX #CD55C5 Fuchsia

📋 copy color: '#CD55C5'

red 205 ◦ green 85 ◦ blue 197

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

Shades of Fuchsia #CD55C5

Tints of Fuchsia #CD55C5

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.45%

 BLUE value IS 197 (77.34% from 255) = 40.45%

R = 42.09%
G = 17.45%
B = 40.45%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.04

 K value IS 0.20

RGB Variations

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

Color information

#CD55C5 (or 0xCD55C5) is known color: Fuchsia. HEX triplet: CD, 55 and C5. RGB value is (205,85,197). Sum of RGB (Red+Green+Blue) = 205+85+197=487 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.09% from 487); Green value is 85 (33.59% from 255 or 17.45% from 487); Blue value is 197 (77.34% from 255 or 40.45% from 487); Max value from RGB is 205 - color contains mainly: red. Hex color #CD55C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD55C5 is #32AA3A. Grayscale: #858585. Windows color (decimal): -3320379 or 12932557. OLE color: 12932557.

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

Color convert

RGB 205 85 197 -
CMYK 0 0.59 0.04 0.20
HSL 304º 0.55% 0.57% -
HSV(B) 304º 0.59% 0.8% -
XYZ 38.5 23.51 55.33 -
YUV 133.65 163.76 178.89 -
System Red Green Blue C M Y K H S L
Decimal 205 85 197 0 0.59 0.04 0.20 304 0.55 0.57
Hex CD 55 C5 0 3B 4 14 130 37 39
Octal 315 125 305 0 73 4 24 460 67 71
Binary 11001101 1010101 11000101 0 111011 100 10100 100110000 110111 111001

Color Harmonies of #CD55C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD55C5

Black with #CD55C5

Text Example


Text Example

White with #CD55C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD55C5; }

 p { color: rgb(205,85,197); }

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

background-color css

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

 a { background-color: rgb(205,85,197); }

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

border-color css

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

 span { border-color: rgb(205,85,197); }

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