Html Css Color HEX #C042EF Medium Orchid

📋 copy color: '#C042EF'

red 192 ◦ green 66 ◦ blue 239

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

Shades of Medium Orchid #C042EF

Tints of Medium Orchid #C042EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 48.09%

R = 38.63%
G = 13.28%
B = 48.09%

CMYK

 C value IS 0.20

 M value IS 0.72

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C042EF (or 0xC042EF) is known color: Medium Orchid. HEX triplet: C0, 42 and EF. RGB value is (192,66,239). Sum of RGB (Red+Green+Blue) = 192+66+239=497 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.63% from 497); Green value is 66 (26.17% from 255 or 13.28% from 497); Blue value is 239 (93.75% from 255 or 48.09% from 497); Max value from RGB is 239 - color contains mainly: blue. Hex color #C042EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C042EF is #3FBD10. Grayscale: #7A7A7A. Windows color (decimal): -4177169 or 15680192. OLE color: 15680192.

HSL color Cylindrical-coordinate representation of color #C042EF: hue angle of 283.7º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C042EF is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 192 66 239 -
CMYK 0.20 0.72 0 0.06
HSL 283.7º 0.84% 0.6% -
HSV(B) 283.7º 0.72% 0.94% -
XYZ 39.27 21.33 83.71 -
YUV 123.4 193.24 176.93 -
System Red Green Blue C M Y K H S L
Decimal 192 66 239 0.20 0.72 0 0.06 283.7 0.84 0.6
Hex C0 42 EF 14 48 0 6 11C 54 3C
Octal 300 102 357 24 110 0 6 434 124 74
Binary 11000000 1000010 11101111 10100 1001000 0 110 100011100 1010100 111100

Color Harmonies of #C042EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C042EF

Black with #C042EF

Text Example


Text Example

White with #C042EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C042EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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