Html Css Color HEX #C54DD5 Medium Orchid

📋 copy color: '#C54DD5'

red 197 ◦ green 77 ◦ blue 213

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

Shades of Medium Orchid #C54DD5

Tints of Medium Orchid #C54DD5

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.81%

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

R = 40.45%
G = 15.81%
B = 43.74%

CMYK

 C value IS 0.08

 M value IS 0.64

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C54DD5 (or 0xC54DD5) is known color: Medium Orchid. HEX triplet: C5, 4D and D5. RGB value is (197,77,213). Sum of RGB (Red+Green+Blue) = 197+77+213=487 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.45% from 487); Green value is 77 (30.47% from 255 or 15.81% from 487); Blue value is 213 (83.59% from 255 or 43.74% from 487); Max value from RGB is 213 - color contains mainly: blue. Hex color #C54DD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C54DD5 is #3AB22A. Grayscale: #7F7F7F. Windows color (decimal): -3846699 or 13979077. OLE color: 13979077.

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

Color convert

RGB 197 77 213 -
CMYK 0.08 0.64 0 0.16
HSL 292.94º 0.62% 0.57% -
HSV(B) 292.94º 0.64% 0.84% -
XYZ 37.69 21.98 65.21 -
YUV 128.38 175.76 176.94 -
System Red Green Blue C M Y K H S L
Decimal 197 77 213 0.08 0.64 0 0.16 292.94 0.62 0.57
Hex C5 4D D5 8 40 0 10 125 3E 39
Octal 305 115 325 10 100 0 20 445 76 71
Binary 11000101 1001101 11010101 1000 1000000 0 10000 100100101 111110 111001

Color Harmonies of #C54DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54DD5

Black with #C54DD5

Text Example


Text Example

White with #C54DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54DD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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