Html Css Color HEX #C54BF4 Medium Orchid

📋 copy color: '#C54BF4'

red 197 ◦ green 75 ◦ blue 244

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

Shades of Medium Orchid #C54BF4

Tints of Medium Orchid #C54BF4

RGB

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

 GREEN value IS 75 (29.69% from 255) = 14.53%

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

R = 38.18%
G = 14.53%
B = 47.29%

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

#C54BF4 (or 0xC54BF4) is known color: Medium Orchid. HEX triplet: C5, 4B and F4. RGB value is (197,75,244). Sum of RGB (Red+Green+Blue) = 197+75+244=516 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.18% from 516); Green value is 75 (29.69% from 255 or 14.53% from 516); Blue value is 244 (95.70% from 255 or 47.29% from 516); Max value from RGB is 244 - color contains mainly: blue. Hex color #C54BF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C54BF4 is #3AB40B. Grayscale: #828282. Windows color (decimal): -3847180 or 16010181. OLE color: 16010181.

HSL color Cylindrical-coordinate representation of color #C54BF4: hue angle of 283.31º 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 #C54BF4 is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 197 75 244 -
CMYK 0.19 0.69 0 0.04
HSL 283.31º 0.88% 0.63% -
HSV(B) 283.31º 0.69% 0.96% -
XYZ 41.87 23.43 87.9 -
YUV 130.74 191.92 175.26 -
System Red Green Blue C M Y K H S L
Decimal 197 75 244 0.19 0.69 0 0.04 283.31 0.88 0.63
Hex C5 4B F4 13 45 0 4 11B 58 3F
Octal 305 113 364 23 105 0 4 433 130 77
Binary 11000101 1001011 11110100 10011 1000101 0 100 100011011 1011000 111111

Color Harmonies of #C54BF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54BF4

Black with #C54BF4

Text Example


Text Example

White with #C54BF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54BF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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