Html Css Color HEX #C42EDC Medium Orchid

📋 copy color: '#C42EDC'

red 196 ◦ green 46 ◦ blue 220

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

Shades of Medium Orchid #C42EDC

Tints of Medium Orchid #C42EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.62%

R = 42.42%
G = 9.96%
B = 47.62%

CMYK

 C value IS 0.11

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C42EDC (or 0xC42EDC) is known color: Medium Orchid. HEX triplet: C4, 2E and DC. RGB value is (196,46,220). Sum of RGB (Red+Green+Blue) = 196+46+220=462 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.42% from 462); Green value is 46 (18.36% from 255 or 9.96% from 462); Blue value is 220 (86.33% from 255 or 47.62% from 462); Max value from RGB is 220 - color contains mainly: blue. Hex color #C42EDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42EDC is #3BD123. Grayscale: #6E6E6E. Windows color (decimal): -3920164 or 14429892. OLE color: 14429892.

HSL color Cylindrical-coordinate representation of color #C42EDC: hue angle of 291.72º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C42EDC is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 196 46 220 -
CMYK 0.11 0.79 0 0.14
HSL 291.72º 0.71% 0.52% -
HSV(B) 291.72º 0.79% 0.86% -
XYZ 36.66 18.86 69.42 -
YUV 110.69 189.7 188.85 -
System Red Green Blue C M Y K H S L
Decimal 196 46 220 0.11 0.79 0 0.14 291.72 0.71 0.52
Hex C4 2E DC B 4F 0 E 124 47 34
Octal 304 56 334 13 117 0 16 444 107 64
Binary 11000100 101110 11011100 1011 1001111 0 1110 100100100 1000111 110100

Color Harmonies of #C42EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42EDC

Black with #C42EDC

Text Example


Text Example

White with #C42EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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