Html Css Color HEX #C12CDF Medium Orchid

📋 copy color: '#C12CDF'

red 193 ◦ green 44 ◦ blue 223

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

Shades of Medium Orchid #C12CDF

Tints of Medium Orchid #C12CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.48%

R = 41.96%
G = 9.57%
B = 48.48%

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

#C12CDF (or 0xC12CDF) is known color: Medium Orchid. HEX triplet: C1, 2C and DF. RGB value is (193,44,223). Sum of RGB (Red+Green+Blue) = 193+44+223=460 (60% of max value = 765). Red value is 193 (75.78% from 255 or 41.96% from 460); Green value is 44 (17.58% from 255 or 9.57% from 460); Blue value is 223 (87.5% from 255 or 48.48% from 460); Max value from RGB is 223 - color contains mainly: blue. Hex color #C12CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12CDF is #3ED320. Grayscale: #6C6C6C. Windows color (decimal): -4117281 or 14625985. OLE color: 14625985.

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

Color convert

RGB 193 44 223 -
CMYK 0.13 0.80 0 0.13
HSL 289.94º 0.74% 0.52% -
HSV(B) 289.94º 0.8% 0.87% -
XYZ 36.21 18.47 71.47 -
YUV 108.96 192.36 187.95 -
System Red Green Blue C M Y K H S L
Decimal 193 44 223 0.13 0.80 0 0.13 289.94 0.74 0.52
Hex C1 2C DF D 50 0 D 122 4A 34
Octal 301 54 337 15 120 0 15 442 112 64
Binary 11000001 101100 11011111 1101 1010000 0 1101 100100010 1001010 110100

Color Harmonies of #C12CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12CDF

Black with #C12CDF

Text Example


Text Example

White with #C12CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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