Html Css Color HEX #CD53C5 Fuchsia

📋 copy color: '#CD53C5'

red 205 ◦ green 83 ◦ blue 197

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

Shades of Fuchsia #CD53C5

Tints of Fuchsia #CD53C5

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.11%

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

R = 42.27%
G = 17.11%
B = 40.62%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.04

 K value IS 0.20

RGB Variations

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

Color information

#CD53C5 (or 0xCD53C5) is known color: Fuchsia. HEX triplet: CD, 53 and C5. RGB value is (205,83,197). Sum of RGB (Red+Green+Blue) = 205+83+197=485 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.27% from 485); Green value is 83 (32.81% from 255 or 17.11% from 485); Blue value is 197 (77.34% from 255 or 40.62% from 485); Max value from RGB is 205 - color contains mainly: red. Hex color #CD53C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD53C5 is #32AC3A. Grayscale: #848484. Windows color (decimal): -3320891 or 12932045. OLE color: 12932045.

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

Color convert

RGB 205 83 197 -
CMYK 0 0.60 0.04 0.20
HSL 303.93º 0.55% 0.56% -
HSV(B) 303.93º 0.6% 0.8% -
XYZ 38.35 23.2 55.28 -
YUV 132.47 164.42 179.73 -
System Red Green Blue C M Y K H S L
Decimal 205 83 197 0 0.60 0.04 0.20 303.93 0.55 0.56
Hex CD 53 C5 0 3C 4 14 130 37 38
Octal 315 123 305 0 74 4 24 460 67 70
Binary 11001101 1010011 11000101 0 111100 100 10100 100110000 110111 111000

Color Harmonies of #CD53C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD53C5

Black with #CD53C5

Text Example


Text Example

White with #CD53C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD53C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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