Html Css Color HEX #C12DDC Medium Orchid

📋 copy color: '#C12DDC'

red 193 ◦ green 45 ◦ blue 220

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

Shades of Medium Orchid #C12DDC

Tints of Medium Orchid #C12DDC

RGB

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

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

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

R = 42.14%
G = 9.83%
B = 48.03%

CMYK

 C value IS 0.12

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C12DDC (or 0xC12DDC) is known color: Medium Orchid. HEX triplet: C1, 2D and DC. RGB value is (193,45,220). Sum of RGB (Red+Green+Blue) = 193+45+220=458 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.14% from 458); Green value is 45 (17.97% from 255 or 9.83% from 458); Blue value is 220 (86.33% from 255 or 48.03% from 458); Max value from RGB is 220 - color contains mainly: blue. Hex color #C12DDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12DDC is #3ED223. Grayscale: #6C6C6C. Windows color (decimal): -4117028 or 14429633. OLE color: 14429633.

HSL color Cylindrical-coordinate representation of color #C12DDC: hue angle of 290.74º degrees, saturation: 0.71, 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 #C12DDC is Cyan = 0.12, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 193 45 220 -
CMYK 0.12 0.80 0 0.14
HSL 290.74º 0.71% 0.52% -
HSV(B) 290.74º 0.8% 0.86% -
XYZ 35.85 18.38 69.37 -
YUV 109.2 190.53 187.77 -
System Red Green Blue C M Y K H S L
Decimal 193 45 220 0.12 0.80 0 0.14 290.74 0.71 0.52
Hex C1 2D DC C 50 0 E 123 47 34
Octal 301 55 334 14 120 0 16 443 107 64
Binary 11000001 101101 11011100 1100 1010000 0 1110 100100011 1000111 110100

Color Harmonies of #C12DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12DDC

Black with #C12DDC

Text Example


Text Example

White with #C12DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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