Html Css Color HEX #C12CDE Medium Orchid

📋 copy color: '#C12CDE'

red 193 ◦ green 44 ◦ blue 222

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

Shades of Medium Orchid #C12CDE

Tints of Medium Orchid #C12CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 48.37%

R = 42.05%
G = 9.59%
B = 48.37%

CMYK

 C value IS 0.13

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C12CDE (or 0xC12CDE) is known color: Medium Orchid. HEX triplet: C1, 2C and DE. RGB value is (193,44,222). Sum of RGB (Red+Green+Blue) = 193+44+222=459 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.05% from 459); Green value is 44 (17.58% from 255 or 9.59% from 459); Blue value is 222 (87.11% from 255 or 48.37% from 459); Max value from RGB is 222 - color contains mainly: blue. Hex color #C12CDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12CDE is #3ED321. Grayscale: #6C6C6C. Windows color (decimal): -4117282 or 14560449. OLE color: 14560449.

HSL color Cylindrical-coordinate representation of color #C12CDE: hue angle of 290.22º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C12CDE is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 193 44 222 -
CMYK 0.13 0.80 0 0.13
HSL 290.22º 0.73% 0.52% -
HSV(B) 290.22º 0.8% 0.87% -
XYZ 36.08 18.41 70.76 -
YUV 108.84 191.86 188.03 -
System Red Green Blue C M Y K H S L
Decimal 193 44 222 0.13 0.80 0 0.13 290.22 0.73 0.52
Hex C1 2C DE D 50 0 D 122 49 34
Octal 301 54 336 15 120 0 15 442 111 64
Binary 11000001 101100 11011110 1101 1010000 0 1101 100100010 1001001 110100

Color Harmonies of #C12CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12CDE

Black with #C12CDE

Text Example


Text Example

White with #C12CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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