Html Css Color HEX #C42EDD Medium Orchid

📋 copy color: '#C42EDD'

red 196 ◦ green 46 ◦ blue 221

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

Shades of Medium Orchid #C42EDD

Tints of Medium Orchid #C42EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.73%

R = 42.33%
G = 9.94%
B = 47.73%

CMYK

 C value IS 0.11

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C42EDD (or 0xC42EDD) is known color: Medium Orchid. HEX triplet: C4, 2E and DD. RGB value is (196,46,221). Sum of RGB (Red+Green+Blue) = 196+46+221=463 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.33% from 463); Green value is 46 (18.36% from 255 or 9.94% from 463); Blue value is 221 (86.72% from 255 or 47.73% from 463); Max value from RGB is 221 - color contains mainly: blue. Hex color #C42EDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42EDD is #3BD122. Grayscale: #6E6E6E. Windows color (decimal): -3920163 or 14495428. OLE color: 14495428.

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

Color convert

RGB 196 46 221 -
CMYK 0.11 0.79 0 0.13
HSL 291.43º 0.72% 0.52% -
HSV(B) 291.43º 0.79% 0.87% -
XYZ 36.79 18.91 70.12 -
YUV 110.8 190.2 188.77 -
System Red Green Blue C M Y K H S L
Decimal 196 46 221 0.11 0.79 0 0.13 291.43 0.72 0.52
Hex C4 2E DD B 4F 0 D 123 48 34
Octal 304 56 335 13 117 0 15 443 110 64
Binary 11000100 101110 11011101 1011 1001111 0 1101 100100011 1001000 110100

Color Harmonies of #C42EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42EDD

Black with #C42EDD

Text Example


Text Example

White with #C42EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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