Html Css Color HEX #C54CF4 Medium Orchid

📋 copy color: '#C54CF4'

red 197 ◦ green 76 ◦ blue 244

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

Shades of Medium Orchid #C54CF4

Tints of Medium Orchid #C54CF4

RGB

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

 GREEN value IS 76 (30.08% from 255) = 14.7%

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

R = 38.1%
G = 14.7%
B = 47.2%

CMYK

 C value IS 0.19

 M value IS 0.69

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C54CF4 (or 0xC54CF4) is known color: Medium Orchid. HEX triplet: C5, 4C and F4. RGB value is (197,76,244). Sum of RGB (Red+Green+Blue) = 197+76+244=517 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.10% from 517); Green value is 76 (30.08% from 255 or 14.70% from 517); Blue value is 244 (95.70% from 255 or 47.20% from 517); Max value from RGB is 244 - color contains mainly: blue. Hex color #C54CF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C54CF4 is #3AB30B. Grayscale: #828282. Windows color (decimal): -3846924 or 16010437. OLE color: 16010437.

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

Color convert

RGB 197 76 244 -
CMYK 0.19 0.69 0 0.04
HSL 283.21º 0.88% 0.63% -
HSV(B) 283.21º 0.69% 0.96% -
XYZ 41.94 23.57 87.93 -
YUV 131.33 191.59 174.84 -
System Red Green Blue C M Y K H S L
Decimal 197 76 244 0.19 0.69 0 0.04 283.21 0.88 0.63
Hex C5 4C F4 13 45 0 4 11B 58 3F
Octal 305 114 364 23 105 0 4 433 130 77
Binary 11000101 1001100 11110100 10011 1000101 0 100 100011011 1011000 111111

Color Harmonies of #C54CF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54CF4

Black with #C54CF4

Text Example


Text Example

White with #C54CF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54CF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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