Html Css Color HEX #C42EEC Medium Orchid

📋 copy color: '#C42EEC'

red 196 ◦ green 46 ◦ blue 236

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

Shades of Medium Orchid #C42EEC

Tints of Medium Orchid #C42EEC

RGB

 RED value IS 196 (76.95% from 255) = 41%

 GREEN value IS 46 (18.36% from 255) = 9.62%

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

R = 41%
G = 9.62%
B = 49.37%

CMYK

 C value IS 0.17

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C42EEC (or 0xC42EEC) is known color: Medium Orchid. HEX triplet: C4, 2E and EC. RGB value is (196,46,236). Sum of RGB (Red+Green+Blue) = 196+46+236=478 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.00% from 478); Green value is 46 (18.36% from 255 or 9.62% from 478); Blue value is 236 (92.58% from 255 or 49.37% from 478); Max value from RGB is 236 - color contains mainly: blue. Hex color #C42EEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C42EEC is #3BD113. Grayscale: #6F6F6F. Windows color (decimal): -3920148 or 15478468. OLE color: 15478468.

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

Color convert

RGB 196 46 236 -
CMYK 0.17 0.81 0 0.07
HSL 287.37º 0.83% 0.55% -
HSV(B) 287.37º 0.81% 0.93% -
XYZ 38.88 19.75 81.12 -
YUV 112.51 197.7 187.55 -
System Red Green Blue C M Y K H S L
Decimal 196 46 236 0.17 0.81 0 0.07 287.37 0.83 0.55
Hex C4 2E EC 11 51 0 7 11F 53 37
Octal 304 56 354 21 121 0 7 437 123 67
Binary 11000100 101110 11101100 10001 1010001 0 111 100011111 1010011 110111

Color Harmonies of #C42EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42EEC

Black with #C42EEC

Text Example


Text Example

White with #C42EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42EEC; }

 p { color: rgb(196,46,236); }

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

background-color css

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

 a { background-color: rgb(196,46,236); }

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

border-color css

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

 span { border-color: rgb(196,46,236); }

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