Html Css Color HEX #C54ADF Medium Orchid

📋 copy color: '#C54ADF'

red 197 ◦ green 74 ◦ blue 223

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

Shades of Medium Orchid #C54ADF

Tints of Medium Orchid #C54ADF

RGB

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

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

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

R = 39.88%
G = 14.98%
B = 45.14%

CMYK

 C value IS 0.12

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C54ADF (or 0xC54ADF) is known color: Medium Orchid. HEX triplet: C5, 4A and DF. RGB value is (197,74,223). Sum of RGB (Red+Green+Blue) = 197+74+223=494 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.88% from 494); Green value is 74 (29.30% from 255 or 14.98% from 494); Blue value is 223 (87.5% from 255 or 45.14% from 494); Max value from RGB is 223 - color contains mainly: blue. Hex color #C54ADF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C54ADF is #3AB520. Grayscale: #7F7F7F. Windows color (decimal): -3847457 or 14633669. OLE color: 14633669.

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

Color convert

RGB 197 74 223 -
CMYK 0.12 0.67 0 0.13
HSL 289.53º 0.7% 0.58% -
HSV(B) 289.53º 0.67% 0.87% -
XYZ 38.79 22.1 72.03 -
YUV 127.76 181.75 177.38 -
System Red Green Blue C M Y K H S L
Decimal 197 74 223 0.12 0.67 0 0.13 289.53 0.7 0.58
Hex C5 4A DF C 43 0 D 122 46 3A
Octal 305 112 337 14 103 0 15 442 106 72
Binary 11000101 1001010 11011111 1100 1000011 0 1101 100100010 1000110 111010

Color Harmonies of #C54ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54ADF

Black with #C54ADF

Text Example


Text Example

White with #C54ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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