Html Css Color HEX #C54CE2 Medium Orchid

📋 copy color: '#C54CE2'

red 197 ◦ green 76 ◦ blue 226

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

Shades of Medium Orchid #C54CE2

Tints of Medium Orchid #C54CE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 45.29%

R = 39.48%
G = 15.23%
B = 45.29%

CMYK

 C value IS 0.13

 M value IS 0.66

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C54CE2 (or 0xC54CE2) is known color: Medium Orchid. HEX triplet: C5, 4C and E2. RGB value is (197,76,226). Sum of RGB (Red+Green+Blue) = 197+76+226=499 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.48% from 499); Green value is 76 (30.08% from 255 or 15.23% from 499); Blue value is 226 (88.67% from 255 or 45.29% from 499); Max value from RGB is 226 - color contains mainly: blue. Hex color #C54CE2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C54CE2 is #3AB31D. Grayscale: #808080. Windows color (decimal): -3846942 or 14830789. OLE color: 14830789.

HSL color Cylindrical-coordinate representation of color #C54CE2: hue angle of 288.4º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C54CE2 is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 197 76 226 -
CMYK 0.13 0.66 0 0.11
HSL 288.4º 0.72% 0.59% -
HSV(B) 288.4º 0.66% 0.89% -
XYZ 39.34 22.53 74.23 -
YUV 129.28 182.59 176.3 -
System Red Green Blue C M Y K H S L
Decimal 197 76 226 0.13 0.66 0 0.11 288.4 0.72 0.59
Hex C5 4C E2 D 42 0 B 120 48 3B
Octal 305 114 342 15 102 0 13 440 110 73
Binary 11000101 1001100 11100010 1101 1000010 0 1011 100100000 1001000 111011

Color Harmonies of #C54CE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54CE2

Black with #C54CE2

Text Example


Text Example

White with #C54CE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54CE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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