Html Css Color HEX #C12FD7 Medium Orchid

📋 copy color: '#C12FD7'

red 193 ◦ green 47 ◦ blue 215

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

Shades of Medium Orchid #C12FD7

Tints of Medium Orchid #C12FD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 47.25%

R = 42.42%
G = 10.33%
B = 47.25%

CMYK

 C value IS 0.10

 M value IS 0.78

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C12FD7 (or 0xC12FD7) is known color: Medium Orchid. HEX triplet: C1, 2F and D7. RGB value is (193,47,215). Sum of RGB (Red+Green+Blue) = 193+47+215=455 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.42% from 455); Green value is 47 (18.75% from 255 or 10.33% from 455); Blue value is 215 (84.38% from 255 or 47.25% from 455); Max value from RGB is 215 - color contains mainly: blue. Hex color #C12FD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12FD7 is #3ED028. Grayscale: #6D6D6D. Windows color (decimal): -4116521 or 14102465. OLE color: 14102465.

HSL color Cylindrical-coordinate representation of color #C12FD7: hue angle of 292.14º degrees, saturation: 0.68, 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 #C12FD7 is Cyan = 0.10, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 193 47 215 -
CMYK 0.10 0.78 0 0.16
HSL 292.14º 0.68% 0.51% -
HSV(B) 292.14º 0.78% 0.84% -
XYZ 35.27 18.28 65.96 -
YUV 109.81 187.37 187.34 -
System Red Green Blue C M Y K H S L
Decimal 193 47 215 0.10 0.78 0 0.16 292.14 0.68 0.51
Hex C1 2F D7 A 4E 0 10 124 44 33
Octal 301 57 327 12 116 0 20 444 104 63
Binary 11000001 101111 11010111 1010 1001110 0 10000 100100100 1000100 110011

Color Harmonies of #C12FD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12FD7

Black with #C12FD7

Text Example


Text Example

White with #C12FD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12FD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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