Html Css Color HEX #C042EC Medium Orchid

📋 copy color: '#C042EC'

red 192 ◦ green 66 ◦ blue 236

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

Shades of Medium Orchid #C042EC

Tints of Medium Orchid #C042EC

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.36%

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

R = 38.87%
G = 13.36%
B = 47.77%

CMYK

 C value IS 0.19

 M value IS 0.72

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C042EC (or 0xC042EC) is known color: Medium Orchid. HEX triplet: C0, 42 and EC. RGB value is (192,66,236). Sum of RGB (Red+Green+Blue) = 192+66+236=494 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.87% from 494); Green value is 66 (26.17% from 255 or 13.36% from 494); Blue value is 236 (92.58% from 255 or 47.77% from 494); Max value from RGB is 236 - color contains mainly: blue. Hex color #C042EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C042EC is #3FBD13. Grayscale: #7A7A7A. Windows color (decimal): -4177172 or 15483584. OLE color: 15483584.

HSL color Cylindrical-coordinate representation of color #C042EC: hue angle of 284.47º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C042EC is Cyan = 0.19, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 192 66 236 -
CMYK 0.19 0.72 0 0.07
HSL 284.47º 0.82% 0.59% -
HSV(B) 284.47º 0.72% 0.93% -
XYZ 38.83 21.16 81.39 -
YUV 123.05 191.74 177.18 -
System Red Green Blue C M Y K H S L
Decimal 192 66 236 0.19 0.72 0 0.07 284.47 0.82 0.59
Hex C0 42 EC 13 48 0 7 11C 52 3B
Octal 300 102 354 23 110 0 7 434 122 73
Binary 11000000 1000010 11101100 10011 1001000 0 111 100011100 1010010 111011

Color Harmonies of #C042EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C042EC

Black with #C042EC

Text Example


Text Example

White with #C042EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C042EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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