Html Css Color HEX #C12DD6 Medium Orchid

📋 copy color: '#C12DD6'

red 193 ◦ green 45 ◦ blue 214

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

Shades of Medium Orchid #C12DD6

Tints of Medium Orchid #C12DD6

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.96%

 BLUE value IS 214 (83.98% from 255) = 47.35%

R = 42.7%
G = 9.96%
B = 47.35%

CMYK

 C value IS 0.10

 M value IS 0.79

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C12DD6 (or 0xC12DD6) is known color: Medium Orchid. HEX triplet: C1, 2D and D6. RGB value is (193,45,214). Sum of RGB (Red+Green+Blue) = 193+45+214=452 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.70% from 452); Green value is 45 (17.97% from 255 or 9.96% from 452); Blue value is 214 (83.98% from 255 or 47.35% from 452); Max value from RGB is 214 - color contains mainly: blue. Hex color #C12DD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12DD6 is #3ED229. Grayscale: #6B6B6B. Windows color (decimal): -4117034 or 14036417. OLE color: 14036417.

HSL color Cylindrical-coordinate representation of color #C12DD6: hue angle of 292.54º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C12DD6 is Cyan = 0.10, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 193 45 214 -
CMYK 0.10 0.79 0 0.16
HSL 292.54º 0.67% 0.51% -
HSV(B) 292.54º 0.79% 0.84% -
XYZ 35.07 18.07 65.26 -
YUV 108.52 187.53 188.26 -
System Red Green Blue C M Y K H S L
Decimal 193 45 214 0.10 0.79 0 0.16 292.54 0.67 0.51
Hex C1 2D D6 A 4F 0 10 125 43 33
Octal 301 55 326 12 117 0 20 445 103 63
Binary 11000001 101101 11010110 1010 1001111 0 10000 100100101 1000011 110011

Color Harmonies of #C12DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12DD6

Black with #C12DD6

Text Example


Text Example

White with #C12DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12DD6; }

 p { color: rgb(193,45,214); }

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

background-color css

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

 a { background-color: rgb(193,45,214); }

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

border-color css

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

 span { border-color: rgb(193,45,214); }

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