Html Css Color HEX #C54FF7 Medium Orchid

📋 copy color: '#C54FF7'

red 197 ◦ green 79 ◦ blue 247

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

Shades of Medium Orchid #C54FF7

Tints of Medium Orchid #C54FF7

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.11%

 BLUE value IS 247 (96.88% from 255) = 47.23%

R = 37.67%
G = 15.11%
B = 47.23%

CMYK

 C value IS 0.20

 M value IS 0.68

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#C54FF7 (or 0xC54FF7) is known color: Medium Orchid. HEX triplet: C5, 4F and F7. RGB value is (197,79,247). Sum of RGB (Red+Green+Blue) = 197+79+247=523 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.67% from 523); Green value is 79 (31.25% from 255 or 15.11% from 523); Blue value is 247 (96.88% from 255 or 47.23% from 523); Max value from RGB is 247 - color contains mainly: blue. Hex color #C54FF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C54FF7 is #3AB008. Grayscale: #848484. Windows color (decimal): -3846153 or 16207813. OLE color: 16207813.

HSL color Cylindrical-coordinate representation of color #C54FF7: hue angle of 282.14º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C54FF7 is Cyan = 0.20, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 197 79 247 -
CMYK 0.20 0.68 0 0.03
HSL 282.14º 0.91% 0.64% -
HSV(B) 282.14º 0.68% 0.97% -
XYZ 42.61 24.18 90.42 -
YUV 133.43 192.09 173.34 -
System Red Green Blue C M Y K H S L
Decimal 197 79 247 0.20 0.68 0 0.03 282.14 0.91 0.64
Hex C5 4F F7 14 44 0 3 11A 5B 40
Octal 305 117 367 24 104 0 3 432 133 100
Binary 11000101 1001111 11110111 10100 1000100 0 11 100011010 1011011 1000000

Color Harmonies of #C54FF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54FF7

Black with #C54FF7

Text Example


Text Example

White with #C54FF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54FF7; }

 p { color: rgb(197,79,247); }

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

background-color css

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

 a { background-color: rgb(197,79,247); }

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

border-color css

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

 span { border-color: rgb(197,79,247); }

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