Html Css Color HEX #C54CEF Medium Orchid

📋 copy color: '#C54CEF'

red 197 ◦ green 76 ◦ blue 239

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

Shades of Medium Orchid #C54CEF

Tints of Medium Orchid #C54CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 46.68%

R = 38.48%
G = 14.84%
B = 46.68%

CMYK

 C value IS 0.18

 M value IS 0.68

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C54CEF (or 0xC54CEF) is known color: Medium Orchid. HEX triplet: C5, 4C and EF. RGB value is (197,76,239). Sum of RGB (Red+Green+Blue) = 197+76+239=512 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.48% from 512); Green value is 76 (30.08% from 255 or 14.84% from 512); Blue value is 239 (93.75% from 255 or 46.68% from 512); Max value from RGB is 239 - color contains mainly: blue. Hex color #C54CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C54CEF is #3AB310. Grayscale: #828282. Windows color (decimal): -3846929 or 15682757. OLE color: 15682757.

HSL color Cylindrical-coordinate representation of color #C54CEF: hue angle of 284.54º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C54CEF is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 197 76 239 -
CMYK 0.18 0.68 0 0.06
HSL 284.54º 0.84% 0.62% -
HSV(B) 284.54º 0.68% 0.94% -
XYZ 41.19 23.27 83.98 -
YUV 130.76 189.09 175.25 -
System Red Green Blue C M Y K H S L
Decimal 197 76 239 0.18 0.68 0 0.06 284.54 0.84 0.62
Hex C5 4C EF 12 44 0 6 11D 54 3E
Octal 305 114 357 22 104 0 6 435 124 76
Binary 11000101 1001100 11101111 10010 1000100 0 110 100011101 1010100 111110

Color Harmonies of #C54CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54CEF

Black with #C54CEF

Text Example


Text Example

White with #C54CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54CEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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