Html Css Color HEX #C12FD4 Medium Orchid

📋 copy color: '#C12FD4'

red 193 ◦ green 47 ◦ blue 212

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

Shades of Medium Orchid #C12FD4

Tints of Medium Orchid #C12FD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 46.9%

R = 42.7%
G = 10.4%
B = 46.9%

CMYK

 C value IS 0.09

 M value IS 0.78

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C12FD4 (or 0xC12FD4) is known color: Medium Orchid. HEX triplet: C1, 2F and D4. RGB value is (193,47,212). Sum of RGB (Red+Green+Blue) = 193+47+212=452 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.70% from 452); Green value is 47 (18.75% from 255 or 10.40% from 452); Blue value is 212 (83.20% from 255 or 46.90% from 452); Max value from RGB is 212 - color contains mainly: blue. Hex color #C12FD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12FD4 is #3ED02B. Grayscale: #6C6C6C. Windows color (decimal): -4116524 or 13905857. OLE color: 13905857.

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

Color convert

RGB 193 47 212 -
CMYK 0.09 0.78 0 0.17
HSL 293.09º 0.66% 0.51% -
HSV(B) 293.09º 0.78% 0.83% -
XYZ 34.89 18.12 63.95 -
YUV 109.46 185.87 187.58 -
System Red Green Blue C M Y K H S L
Decimal 193 47 212 0.09 0.78 0 0.17 293.09 0.66 0.51
Hex C1 2F D4 9 4E 0 11 125 42 33
Octal 301 57 324 11 116 0 21 445 102 63
Binary 11000001 101111 11010100 1001 1001110 0 10001 100100101 1000010 110011

Color Harmonies of #C12FD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12FD4

Black with #C12FD4

Text Example


Text Example

White with #C12FD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12FD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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