Html Css Color HEX #C12CDC Medium Orchid

📋 copy color: '#C12CDC'

red 193 ◦ green 44 ◦ blue 220

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

Shades of Medium Orchid #C12CDC

Tints of Medium Orchid #C12CDC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.63%

 BLUE value IS 220 (86.33% from 255) = 48.14%

R = 42.23%
G = 9.63%
B = 48.14%

CMYK

 C value IS 0.12

 M value IS 0.8

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C12CDC (or 0xC12CDC) is known color: Medium Orchid. HEX triplet: C1, 2C and DC. RGB value is (193,44,220). Sum of RGB (Red+Green+Blue) = 193+44+220=457 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.23% from 457); Green value is 44 (17.58% from 255 or 9.63% from 457); Blue value is 220 (86.33% from 255 or 48.14% from 457); Max value from RGB is 220 - color contains mainly: blue. Hex color #C12CDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12CDC is #3ED323. Grayscale: #6C6C6C. Windows color (decimal): -4117284 or 14429377. OLE color: 14429377.

HSL color Cylindrical-coordinate representation of color #C12CDC: hue angle of 290.8º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C12CDC is Cyan = 0.12, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 193 44 220 -
CMYK 0.12 0.8 0 0.14
HSL 290.8º 0.72% 0.52% -
HSV(B) 290.8º 0.8% 0.86% -
XYZ 35.81 18.31 69.36 -
YUV 108.62 190.86 188.19 -
System Red Green Blue C M Y K H S L
Decimal 193 44 220 0.12 0.8 0 0.14 290.8 0.72 0.52
Hex C1 2C DC C 50 0 E 123 48 34
Octal 301 54 334 14 120 0 16 443 110 64
Binary 11000001 101100 11011100 1100 1010000 0 1110 100100011 1001000 110100

Color Harmonies of #C12CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12CDC

Black with #C12CDC

Text Example


Text Example

White with #C12CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12CDC; }

 p { color: rgb(193,44,220); }

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

background-color css

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

 a { background-color: rgb(193,44,220); }

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

border-color css

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

 span { border-color: rgb(193,44,220); }

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