Html Css Color HEX #C42EDB Medium Orchid

📋 copy color: '#C42EDB'

red 196 ◦ green 46 ◦ blue 219

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

Shades of Medium Orchid #C42EDB

Tints of Medium Orchid #C42EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.51%

R = 42.52%
G = 9.98%
B = 47.51%

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

#C42EDB (or 0xC42EDB) is known color: Medium Orchid. HEX triplet: C4, 2E and DB. RGB value is (196,46,219). Sum of RGB (Red+Green+Blue) = 196+46+219=461 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.52% from 461); Green value is 46 (18.36% from 255 or 9.98% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 219 - color contains mainly: blue. Hex color #C42EDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42EDB is #3BD124. Grayscale: #6E6E6E. Windows color (decimal): -3920165 or 14364356. OLE color: 14364356.

HSL color Cylindrical-coordinate representation of color #C42EDB: hue angle of 292.02º 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 #C42EDB is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 196 46 219 -
CMYK 0.11 0.79 0 0.14
HSL 292.02º 0.71% 0.52% -
HSV(B) 292.02º 0.79% 0.86% -
XYZ 36.53 18.8 68.72 -
YUV 110.57 189.2 188.93 -
System Red Green Blue C M Y K H S L
Decimal 196 46 219 0.11 0.79 0 0.14 292.02 0.71 0.52
Hex C4 2E DB B 4F 0 E 124 47 34
Octal 304 56 333 13 117 0 16 444 107 64
Binary 11000100 101110 11011011 1011 1001111 0 1110 100100100 1000111 110100

Color Harmonies of #C42EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42EDB

Black with #C42EDB

Text Example


Text Example

White with #C42EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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