Html Css Color HEX #C54AD5 Medium Orchid

📋 copy color: '#C54AD5'

red 197 ◦ green 74 ◦ blue 213

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

Shades of Medium Orchid #C54AD5

Tints of Medium Orchid #C54AD5

RGB

 RED value IS 197 (77.34% from 255) = 40.7%

 GREEN value IS 74 (29.3% from 255) = 15.29%

 BLUE value IS 213 (83.59% from 255) = 44.01%

R = 40.7%
G = 15.29%
B = 44.01%

CMYK

 C value IS 0.08

 M value IS 0.65

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C54AD5 (or 0xC54AD5) is known color: Medium Orchid. HEX triplet: C5, 4A and D5. RGB value is (197,74,213). Sum of RGB (Red+Green+Blue) = 197+74+213=484 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.70% from 484); Green value is 74 (29.30% from 255 or 15.29% from 484); Blue value is 213 (83.59% from 255 or 44.01% from 484); Max value from RGB is 213 - color contains mainly: blue. Hex color #C54AD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C54AD5 is #3AB52A. Grayscale: #7E7E7E. Windows color (decimal): -3847467 or 13978309. OLE color: 13978309.

HSL color Cylindrical-coordinate representation of color #C54AD5: hue angle of 293.09º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C54AD5 is Cyan = 0.08, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 197 74 213 -
CMYK 0.08 0.65 0 0.16
HSL 293.09º 0.62% 0.56% -
HSV(B) 293.09º 0.65% 0.84% -
XYZ 37.48 21.57 65.14 -
YUV 126.62 176.75 178.2 -
System Red Green Blue C M Y K H S L
Decimal 197 74 213 0.08 0.65 0 0.16 293.09 0.62 0.56
Hex C5 4A D5 8 41 0 10 125 3E 38
Octal 305 112 325 10 101 0 20 445 76 70
Binary 11000101 1001010 11010101 1000 1000001 0 10000 100100101 111110 111000

Color Harmonies of #C54AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54AD5

Black with #C54AD5

Text Example


Text Example

White with #C54AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54AD5; }

 p { color: rgb(197,74,213); }

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

background-color css

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

 a { background-color: rgb(197,74,213); }

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

border-color css

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

 span { border-color: rgb(197,74,213); }

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