Html Css Color HEX #C54EF2 Medium Orchid

📋 copy color: '#C54EF2'

red 197 ◦ green 78 ◦ blue 242

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

Shades of Medium Orchid #C54EF2

Tints of Medium Orchid #C54EF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 46.81%

R = 38.1%
G = 15.09%
B = 46.81%

CMYK

 C value IS 0.19

 M value IS 0.68

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C54EF2 (or 0xC54EF2) is known color: Medium Orchid. HEX triplet: C5, 4E and F2. RGB value is (197,78,242). Sum of RGB (Red+Green+Blue) = 197+78+242=517 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.10% from 517); Green value is 78 (30.86% from 255 or 15.09% from 517); Blue value is 242 (94.92% from 255 or 46.81% from 517); Max value from RGB is 242 - color contains mainly: blue. Hex color #C54EF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C54EF2 is #3AB10D. Grayscale: #838383. Windows color (decimal): -3846414 or 15879877. OLE color: 15879877.

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

Color convert

RGB 197 78 242 -
CMYK 0.19 0.68 0 0.05
HSL 283.54º 0.86% 0.63% -
HSV(B) 283.54º 0.68% 0.95% -
XYZ 41.78 23.73 86.38 -
YUV 132.28 189.92 174.16 -
System Red Green Blue C M Y K H S L
Decimal 197 78 242 0.19 0.68 0 0.05 283.54 0.86 0.63
Hex C5 4E F2 13 44 0 5 11C 56 3F
Octal 305 116 362 23 104 0 5 434 126 77
Binary 11000101 1001110 11110010 10011 1000100 0 101 100011100 1010110 111111

Color Harmonies of #C54EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54EF2

Black with #C54EF2

Text Example


Text Example

White with #C54EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54EF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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