Html Css Color HEX #C034EA Medium Orchid

📋 copy color: '#C034EA'

red 192 ◦ green 52 ◦ blue 234

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

Shades of Medium Orchid #C034EA

Tints of Medium Orchid #C034EA

RGB

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

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

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

R = 40.17%
G = 10.88%
B = 48.95%

CMYK

 C value IS 0.18

 M value IS 0.78

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C034EA (or 0xC034EA) is known color: Medium Orchid. HEX triplet: C0, 34 and EA. RGB value is (192,52,234). Sum of RGB (Red+Green+Blue) = 192+52+234=478 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.17% from 478); Green value is 52 (20.70% from 255 or 10.88% from 478); Blue value is 234 (91.80% from 255 or 48.95% from 478); Max value from RGB is 234 - color contains mainly: blue. Hex color #C034EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C034EA is #3FCB15. Grayscale: #727272. Windows color (decimal): -4180758 or 15348928. OLE color: 15348928.

HSL color Cylindrical-coordinate representation of color #C034EA: hue angle of 286.15º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C034EA is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 192 52 234 -
CMYK 0.18 0.78 0 0.08
HSL 286.15º 0.81% 0.56% -
HSV(B) 286.15º 0.78% 0.92% -
XYZ 37.82 19.6 79.63 -
YUV 114.61 195.38 183.2 -
System Red Green Blue C M Y K H S L
Decimal 192 52 234 0.18 0.78 0 0.08 286.15 0.81 0.56
Hex C0 34 EA 12 4E 0 8 11E 51 38
Octal 300 64 352 22 116 0 10 436 121 70
Binary 11000000 110100 11101010 10010 1001110 0 1000 100011110 1010001 111000

Color Harmonies of #C034EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C034EA

Black with #C034EA

Text Example


Text Example

White with #C034EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C034EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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