Html Css Color HEX #C42EDE Medium Orchid

📋 copy color: '#C42EDE'

red 196 ◦ green 46 ◦ blue 222

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

Shades of Medium Orchid #C42EDE

Tints of Medium Orchid #C42EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 47.84%

R = 42.24%
G = 9.91%
B = 47.84%

CMYK

 C value IS 0.12

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C42EDE (or 0xC42EDE) is known color: Medium Orchid. HEX triplet: C4, 2E and DE. RGB value is (196,46,222). Sum of RGB (Red+Green+Blue) = 196+46+222=464 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.24% from 464); Green value is 46 (18.36% from 255 or 9.91% from 464); Blue value is 222 (87.11% from 255 or 47.84% from 464); Max value from RGB is 222 - color contains mainly: blue. Hex color #C42EDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42EDE is #3BD121. Grayscale: #6E6E6E. Windows color (decimal): -3920162 or 14560964. OLE color: 14560964.

HSL color Cylindrical-coordinate representation of color #C42EDE: hue angle of 291.14º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C42EDE is Cyan = 0.12, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 196 46 222 -
CMYK 0.12 0.79 0 0.13
HSL 291.14º 0.73% 0.53% -
HSV(B) 291.14º 0.79% 0.87% -
XYZ 36.93 18.96 70.82 -
YUV 110.91 190.7 188.69 -
System Red Green Blue C M Y K H S L
Decimal 196 46 222 0.12 0.79 0 0.13 291.14 0.73 0.53
Hex C4 2E DE C 4F 0 D 123 49 35
Octal 304 56 336 14 117 0 15 443 111 65
Binary 11000100 101110 11011110 1100 1001111 0 1101 100100011 1001001 110101

Color Harmonies of #C42EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42EDE

Black with #C42EDE

Text Example


Text Example

White with #C42EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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