Html Css Color HEX #C12DD0 Medium Orchid

📋 copy color: '#C12DD0'

red 193 ◦ green 45 ◦ blue 208

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

Shades of Medium Orchid #C12DD0

Tints of Medium Orchid #C12DD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 46.64%

R = 43.27%
G = 10.09%
B = 46.64%

CMYK

 C value IS 0.07

 M value IS 0.78

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C12DD0 (or 0xC12DD0) is known color: Medium Orchid. HEX triplet: C1, 2D and D0. RGB value is (193,45,208). Sum of RGB (Red+Green+Blue) = 193+45+208=446 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.27% from 446); Green value is 45 (17.97% from 255 or 10.09% from 446); Blue value is 208 (81.64% from 255 or 46.64% from 446); Max value from RGB is 208 - color contains mainly: blue. Hex color #C12DD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12DD0 is #3ED22F. Grayscale: #6B6B6B. Windows color (decimal): -4117040 or 13643201. OLE color: 13643201.

HSL color Cylindrical-coordinate representation of color #C12DD0: hue angle of 294.48º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C12DD0 is Cyan = 0.07, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 193 45 208 -
CMYK 0.07 0.78 0 0.18
HSL 294.48º 0.64% 0.5% -
HSV(B) 294.48º 0.78% 0.82% -
XYZ 34.32 17.77 61.3 -
YUV 107.83 184.53 188.75 -
System Red Green Blue C M Y K H S L
Decimal 193 45 208 0.07 0.78 0 0.18 294.48 0.64 0.5
Hex C1 2D D0 7 4E 0 12 126 40 32
Octal 301 55 320 7 116 0 22 446 100 62
Binary 11000001 101101 11010000 111 1001110 0 10010 100100110 1000000 110010

Color Harmonies of #C12DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12DD0

Black with #C12DD0

Text Example


Text Example

White with #C12DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12DD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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