Html Css Color HEX #C12FD5 Medium Orchid

📋 copy color: '#C12FD5'

red 193 ◦ green 47 ◦ blue 213

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

Shades of Medium Orchid #C12FD5

Tints of Medium Orchid #C12FD5

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.38%

 BLUE value IS 213 (83.59% from 255) = 47.02%

R = 42.6%
G = 10.38%
B = 47.02%

CMYK

 C value IS 0.09

 M value IS 0.78

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C12FD5 (or 0xC12FD5) is known color: Medium Orchid. HEX triplet: C1, 2F and D5. RGB value is (193,47,213). Sum of RGB (Red+Green+Blue) = 193+47+213=453 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.60% from 453); Green value is 47 (18.75% from 255 or 10.38% from 453); Blue value is 213 (83.59% from 255 or 47.02% from 453); Max value from RGB is 213 - color contains mainly: blue. Hex color #C12FD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12FD5 is #3ED02A. Grayscale: #6D6D6D. Windows color (decimal): -4116523 or 13971393. OLE color: 13971393.

HSL color Cylindrical-coordinate representation of color #C12FD5: hue angle of 292.77º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C12FD5 is Cyan = 0.09, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 193 47 213 -
CMYK 0.09 0.78 0 0.16
HSL 292.77º 0.66% 0.51% -
HSV(B) 292.77º 0.78% 0.84% -
XYZ 35.02 18.17 64.61 -
YUV 109.58 186.37 187.5 -
System Red Green Blue C M Y K H S L
Decimal 193 47 213 0.09 0.78 0 0.16 292.77 0.66 0.51
Hex C1 2F D5 9 4E 0 10 125 42 33
Octal 301 57 325 11 116 0 20 445 102 63
Binary 11000001 101111 11010101 1001 1001110 0 10000 100100101 1000010 110011

Color Harmonies of #C12FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12FD5

Black with #C12FD5

Text Example


Text Example

White with #C12FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12FD5; }

 p { color: rgb(193,47,213); }

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

background-color css

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

 a { background-color: rgb(193,47,213); }

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

border-color css

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

 span { border-color: rgb(193,47,213); }

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