Html Css Color HEX #C042EE Medium Orchid

📋 copy color: '#C042EE'

red 192 ◦ green 66 ◦ blue 238

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

Shades of Medium Orchid #C042EE

Tints of Medium Orchid #C042EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.98%

R = 38.71%
G = 13.31%
B = 47.98%

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

#C042EE (or 0xC042EE) is known color: Medium Orchid. HEX triplet: C0, 42 and EE. RGB value is (192,66,238). Sum of RGB (Red+Green+Blue) = 192+66+238=496 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.71% from 496); Green value is 66 (26.17% from 255 or 13.31% from 496); Blue value is 238 (93.36% from 255 or 47.98% from 496); Max value from RGB is 238 - color contains mainly: blue. Hex color #C042EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C042EE is #3FBD11. Grayscale: #7A7A7A. Windows color (decimal): -4177170 or 15614656. OLE color: 15614656.

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

Color convert

RGB 192 66 238 -
CMYK 0.19 0.72 0 0.07
HSL 283.95º 0.83% 0.6% -
HSV(B) 283.95º 0.72% 0.93% -
XYZ 39.12 21.28 82.93 -
YUV 123.28 192.74 177.01 -
System Red Green Blue C M Y K H S L
Decimal 192 66 238 0.19 0.72 0 0.07 283.95 0.83 0.6
Hex C0 42 EE 13 48 0 7 11C 53 3C
Octal 300 102 356 23 110 0 7 434 123 74
Binary 11000000 1000010 11101110 10011 1001000 0 111 100011100 1010011 111100

Color Harmonies of #C042EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C042EE

Black with #C042EE

Text Example


Text Example

White with #C042EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C042EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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