Html Css Color HEX #C034EC Medium Orchid

📋 copy color: '#C034EC'

red 192 ◦ green 52 ◦ blue 236

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

Shades of Medium Orchid #C034EC

Tints of Medium Orchid #C034EC

RGB

 RED value IS 192 (75.39% from 255) = 40%

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

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

R = 40%
G = 10.83%
B = 49.17%

CMYK

 C value IS 0.19

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C034EC (or 0xC034EC) is known color: Medium Orchid. HEX triplet: C0, 34 and EC. RGB value is (192,52,236). Sum of RGB (Red+Green+Blue) = 192+52+236=480 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40% from 480); Green value is 52 (20.70% from 255 or 10.83% from 480); Blue value is 236 (92.58% from 255 or 49.17% from 480); Max value from RGB is 236 - color contains mainly: blue. Hex color #C034EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C034EC is #3FCB13. Grayscale: #727272. Windows color (decimal): -4180756 or 15480000. OLE color: 15480000.

HSL color Cylindrical-coordinate representation of color #C034EC: hue angle of 285.65º 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 #C034EC is Cyan = 0.19, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 192 52 236 -
CMYK 0.19 0.78 0 0.07
HSL 285.65º 0.83% 0.56% -
HSV(B) 285.65º 0.78% 0.93% -
XYZ 38.11 19.72 81.15 -
YUV 114.84 196.38 183.04 -
System Red Green Blue C M Y K H S L
Decimal 192 52 236 0.19 0.78 0 0.07 285.65 0.83 0.56
Hex C0 34 EC 13 4E 0 7 11E 53 38
Octal 300 64 354 23 116 0 7 436 123 70
Binary 11000000 110100 11101100 10011 1001110 0 111 100011110 1010011 111000

Color Harmonies of #C034EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C034EC

Black with #C034EC

Text Example


Text Example

White with #C034EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C034EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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