Html Css Color HEX #C12EDD Medium Orchid

📋 copy color: '#C12EDD'

red 193 ◦ green 46 ◦ blue 221

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

Shades of Medium Orchid #C12EDD

Tints of Medium Orchid #C12EDD

RGB

 RED value IS 193 (75.78% from 255) = 41.96%

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

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

R = 41.96%
G = 10%
B = 48.04%

CMYK

 C value IS 0.13

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C12EDD (or 0xC12EDD) is known color: Medium Orchid. HEX triplet: C1, 2E and DD. RGB value is (193,46,221). Sum of RGB (Red+Green+Blue) = 193+46+221=460 (60% of max value = 765). Red value is 193 (75.78% from 255 or 41.96% from 460); Green value is 46 (18.36% from 255 or 10% from 460); Blue value is 221 (86.72% from 255 or 48.04% from 460); Max value from RGB is 221 - color contains mainly: blue. Hex color #C12EDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12EDD is #3ED122. Grayscale: #6D6D6D. Windows color (decimal): -4116771 or 14495425. OLE color: 14495425.

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

Color convert

RGB 193 46 221 -
CMYK 0.13 0.79 0 0.13
HSL 290.4º 0.72% 0.52% -
HSV(B) 290.4º 0.79% 0.87% -
XYZ 36.02 18.51 70.08 -
YUV 109.9 190.7 187.27 -
System Red Green Blue C M Y K H S L
Decimal 193 46 221 0.13 0.79 0 0.13 290.4 0.72 0.52
Hex C1 2E DD D 4F 0 D 122 48 34
Octal 301 56 335 15 117 0 15 442 110 64
Binary 11000001 101110 11011101 1101 1001111 0 1101 100100010 1001000 110100

Color Harmonies of #C12EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12EDD

Black with #C12EDD

Text Example


Text Example

White with #C12EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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