Html Css Color HEX #C534EC Medium Orchid

📋 copy color: '#C534EC'

red 197 ◦ green 52 ◦ blue 236

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

Shades of Medium Orchid #C534EC

Tints of Medium Orchid #C534EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 48.66%

R = 40.62%
G = 10.72%
B = 48.66%

CMYK

 C value IS 0.17

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C534EC (or 0xC534EC) is known color: Medium Orchid. HEX triplet: C5, 34 and EC. RGB value is (197,52,236). Sum of RGB (Red+Green+Blue) = 197+52+236=485 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.62% from 485); Green value is 52 (20.70% from 255 or 10.72% from 485); Blue value is 236 (92.58% from 255 or 48.66% from 485); Max value from RGB is 236 - color contains mainly: blue. Hex color #C534EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C534EC is #3ACB13. Grayscale: #737373. Windows color (decimal): -3853076 or 15480005. OLE color: 15480005.

HSL color Cylindrical-coordinate representation of color #C534EC: hue angle of 287.28º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C534EC is Cyan = 0.17, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 197 52 236 -
CMYK 0.17 0.78 0 0.07
HSL 287.28º 0.83% 0.56% -
HSV(B) 287.28º 0.78% 0.93% -
XYZ 39.39 20.38 81.21 -
YUV 116.33 195.54 185.54 -
System Red Green Blue C M Y K H S L
Decimal 197 52 236 0.17 0.78 0 0.07 287.28 0.83 0.56
Hex C5 34 EC 11 4E 0 7 11F 53 38
Octal 305 64 354 21 116 0 7 437 123 70
Binary 11000101 110100 11101100 10001 1001110 0 111 100011111 1010011 111000

Color Harmonies of #C534EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C534EC

Black with #C534EC

Text Example


Text Example

White with #C534EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C534EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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