Html Css Color HEX #C54AE0 Medium Orchid

📋 copy color: '#C54AE0'

red 197 ◦ green 74 ◦ blue 224

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

Shades of Medium Orchid #C54AE0

Tints of Medium Orchid #C54AE0

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.95%

 BLUE value IS 224 (87.89% from 255) = 45.25%

R = 39.8%
G = 14.95%
B = 45.25%

CMYK

 C value IS 0.12

 M value IS 0.67

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C54AE0 (or 0xC54AE0) is known color: Medium Orchid. HEX triplet: C5, 4A and E0. RGB value is (197,74,224). Sum of RGB (Red+Green+Blue) = 197+74+224=495 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.80% from 495); Green value is 74 (29.30% from 255 or 14.95% from 495); Blue value is 224 (87.89% from 255 or 45.25% from 495); Max value from RGB is 224 - color contains mainly: blue. Hex color #C54AE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C54AE0 is #3AB51F. Grayscale: #7F7F7F. Windows color (decimal): -3847456 or 14699205. OLE color: 14699205.

HSL color Cylindrical-coordinate representation of color #C54AE0: hue angle of 289.2º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C54AE0 is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 197 74 224 -
CMYK 0.12 0.67 0 0.12
HSL 289.2º 0.71% 0.58% -
HSV(B) 289.2º 0.67% 0.88% -
XYZ 38.93 22.15 72.74 -
YUV 127.88 182.25 177.3 -
System Red Green Blue C M Y K H S L
Decimal 197 74 224 0.12 0.67 0 0.12 289.2 0.71 0.58
Hex C5 4A E0 C 43 0 C 121 47 3A
Octal 305 112 340 14 103 0 14 441 107 72
Binary 11000101 1001010 11100000 1100 1000011 0 1100 100100001 1000111 111010

Color Harmonies of #C54AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54AE0

Black with #C54AE0

Text Example


Text Example

White with #C54AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54AE0; }

 p { color: rgb(197,74,224); }

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

background-color css

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

 a { background-color: rgb(197,74,224); }

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

border-color css

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

 span { border-color: rgb(197,74,224); }

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