Html Css Color HEX #C534E0 Medium Orchid

📋 copy color: '#C534E0'

red 197 ◦ green 52 ◦ blue 224

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

Shades of Medium Orchid #C534E0

Tints of Medium Orchid #C534E0

RGB

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

 GREEN value IS 52 (20.7% from 255) = 10.99%

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

R = 41.65%
G = 10.99%
B = 47.36%

CMYK

 C value IS 0.12

 M value IS 0.77

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C534E0 (or 0xC534E0) is known color: Medium Orchid. HEX triplet: C5, 34 and E0. RGB value is (197,52,224). Sum of RGB (Red+Green+Blue) = 197+52+224=473 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.65% from 473); Green value is 52 (20.70% from 255 or 10.99% from 473); Blue value is 224 (87.89% from 255 or 47.36% from 473); Max value from RGB is 224 - color contains mainly: blue. Hex color #C534E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C534E0 is #3ACB1F. Grayscale: #727272. Windows color (decimal): -3853088 or 14693573. OLE color: 14693573.

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

Color convert

RGB 197 52 224 -
CMYK 0.12 0.77 0 0.12
HSL 290.58º 0.74% 0.54% -
HSV(B) 290.58º 0.77% 0.88% -
XYZ 37.71 19.71 72.34 -
YUV 114.96 189.54 186.51 -
System Red Green Blue C M Y K H S L
Decimal 197 52 224 0.12 0.77 0 0.12 290.58 0.74 0.54
Hex C5 34 E0 C 4D 0 C 123 4A 36
Octal 305 64 340 14 115 0 14 443 112 66
Binary 11000101 110100 11100000 1100 1001101 0 1100 100100011 1001010 110110

Color Harmonies of #C534E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C534E0

Black with #C534E0

Text Example


Text Example

White with #C534E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C534E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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