Html Css Color HEX #C54AEA Medium Orchid

📋 copy color: '#C54AEA'

red 197 ◦ green 74 ◦ blue 234

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

Shades of Medium Orchid #C54AEA

Tints of Medium Orchid #C54AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.34%

R = 39.01%
G = 14.65%
B = 46.34%

CMYK

 C value IS 0.16

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C54AEA (or 0xC54AEA) is known color: Medium Orchid. HEX triplet: C5, 4A and EA. RGB value is (197,74,234). Sum of RGB (Red+Green+Blue) = 197+74+234=505 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.01% from 505); Green value is 74 (29.30% from 255 or 14.65% from 505); Blue value is 234 (91.80% from 255 or 46.34% from 505); Max value from RGB is 234 - color contains mainly: blue. Hex color #C54AEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C54AEA is #3AB515. Grayscale: #808080. Windows color (decimal): -3847446 or 15354565. OLE color: 15354565.

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

Color convert

RGB 197 74 234 -
CMYK 0.16 0.68 0 0.08
HSL 286.13º 0.79% 0.6% -
HSV(B) 286.13º 0.68% 0.92% -
XYZ 40.33 22.71 80.1 -
YUV 129.02 187.25 176.49 -
System Red Green Blue C M Y K H S L
Decimal 197 74 234 0.16 0.68 0 0.08 286.13 0.79 0.6
Hex C5 4A EA 10 44 0 8 11E 4F 3C
Octal 305 112 352 20 104 0 10 436 117 74
Binary 11000101 1001010 11101010 10000 1000100 0 1000 100011110 1001111 111100

Color Harmonies of #C54AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54AEA

Black with #C54AEA

Text Example


Text Example

White with #C54AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54AEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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