Html Css Color HEX #C54EF4 Medium Orchid

📋 copy color: '#C54EF4'

red 197 ◦ green 78 ◦ blue 244

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

Shades of Medium Orchid #C54EF4

Tints of Medium Orchid #C54EF4

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.03%

 BLUE value IS 244 (95.7% from 255) = 47.01%

R = 37.96%
G = 15.03%
B = 47.01%

CMYK

 C value IS 0.19

 M value IS 0.68

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C54EF4 (or 0xC54EF4) is known color: Medium Orchid. HEX triplet: C5, 4E and F4. RGB value is (197,78,244). Sum of RGB (Red+Green+Blue) = 197+78+244=519 (68% of max value = 765). Red value is 197 (77.34% from 255 or 37.96% from 519); Green value is 78 (30.86% from 255 or 15.03% from 519); Blue value is 244 (95.70% from 255 or 47.01% from 519); Max value from RGB is 244 - color contains mainly: blue. Hex color #C54EF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C54EF4 is #3AB10B. Grayscale: #838383. Windows color (decimal): -3846412 or 16010949. OLE color: 16010949.

HSL color Cylindrical-coordinate representation of color #C54EF4: hue angle of 283.01º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C54EF4 is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 197 78 244 -
CMYK 0.19 0.68 0 0.04
HSL 283.01º 0.88% 0.63% -
HSV(B) 283.01º 0.68% 0.96% -
XYZ 42.08 23.85 87.97 -
YUV 132.51 190.92 174 -
System Red Green Blue C M Y K H S L
Decimal 197 78 244 0.19 0.68 0 0.04 283.01 0.88 0.63
Hex C5 4E F4 13 44 0 4 11B 58 3F
Octal 305 116 364 23 104 0 4 433 130 77
Binary 11000101 1001110 11110100 10011 1000100 0 100 100011011 1011000 111111

Color Harmonies of #C54EF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54EF4

Black with #C54EF4

Text Example


Text Example

White with #C54EF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54EF4; }

 p { color: rgb(197,78,244); }

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

background-color css

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

 a { background-color: rgb(197,78,244); }

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

border-color css

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

 span { border-color: rgb(197,78,244); }

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