Html Css Color HEX #C54DDF Medium Orchid

📋 copy color: '#C54DDF'

red 197 ◦ green 77 ◦ blue 223

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

Shades of Medium Orchid #C54DDF

Tints of Medium Orchid #C54DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.87%

R = 39.64%
G = 15.49%
B = 44.87%

CMYK

 C value IS 0.12

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C54DDF (or 0xC54DDF) is known color: Medium Orchid. HEX triplet: C5, 4D and DF. RGB value is (197,77,223). Sum of RGB (Red+Green+Blue) = 197+77+223=497 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.64% from 497); Green value is 77 (30.47% from 255 or 15.49% from 497); Blue value is 223 (87.5% from 255 or 44.87% from 497); Max value from RGB is 223 - color contains mainly: blue. Hex color #C54DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C54DDF is #3AB220. Grayscale: #818181. Windows color (decimal): -3846689 or 14634437. OLE color: 14634437.

HSL color Cylindrical-coordinate representation of color #C54DDF: hue angle of 289.32º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C54DDF is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 77 223 -
CMYK 0.12 0.65 0 0.13
HSL 289.32º 0.7% 0.59% -
HSV(B) 289.32º 0.65% 0.87% -
XYZ 39 22.51 72.1 -
YUV 129.52 180.76 176.13 -
System Red Green Blue C M Y K H S L
Decimal 197 77 223 0.12 0.65 0 0.13 289.32 0.7 0.59
Hex C5 4D DF C 41 0 D 121 46 3B
Octal 305 115 337 14 101 0 15 441 106 73
Binary 11000101 1001101 11011111 1100 1000001 0 1101 100100001 1000110 111011

Color Harmonies of #C54DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54DDF

Black with #C54DDF

Text Example


Text Example

White with #C54DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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