Html Css Color HEX #C54FEB Medium Orchid

📋 copy color: '#C54FEB'

red 197 ◦ green 79 ◦ blue 235

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

Shades of Medium Orchid #C54FEB

Tints of Medium Orchid #C54FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.99%

R = 38.55%
G = 15.46%
B = 45.99%

CMYK

 C value IS 0.16

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C54FEB (or 0xC54FEB) is known color: Medium Orchid. HEX triplet: C5, 4F and EB. RGB value is (197,79,235). Sum of RGB (Red+Green+Blue) = 197+79+235=511 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.55% from 511); Green value is 79 (31.25% from 255 or 15.46% from 511); Blue value is 235 (92.19% from 255 or 45.99% from 511); Max value from RGB is 235 - color contains mainly: blue. Hex color #C54FEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C54FEB is #3AB014. Grayscale: #838383. Windows color (decimal): -3846165 or 15421381. OLE color: 15421381.

HSL color Cylindrical-coordinate representation of color #C54FEB: hue angle of 285.38º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C54FEB is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 197 79 235 -
CMYK 0.16 0.66 0 0.08
HSL 285.38º 0.8% 0.62% -
HSV(B) 285.38º 0.66% 0.92% -
XYZ 40.82 23.46 80.97 -
YUV 132.07 186.09 174.32 -
System Red Green Blue C M Y K H S L
Decimal 197 79 235 0.16 0.66 0 0.08 285.38 0.8 0.62
Hex C5 4F EB 10 42 0 8 11D 50 3E
Octal 305 117 353 20 102 0 10 435 120 76
Binary 11000101 1001111 11101011 10000 1000010 0 1000 100011101 1010000 111110

Color Harmonies of #C54FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54FEB

Black with #C54FEB

Text Example


Text Example

White with #C54FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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