Html Css Color HEX #C14FEC Medium Orchid

📋 copy color: '#C14FEC'

red 193 ◦ green 79 ◦ blue 236

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

Shades of Medium Orchid #C14FEC

Tints of Medium Orchid #C14FEC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.55%

 BLUE value IS 236 (92.58% from 255) = 46.46%

R = 37.99%
G = 15.55%
B = 46.46%

CMYK

 C value IS 0.18

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C14FEC (or 0xC14FEC) is known color: Medium Orchid. HEX triplet: C1, 4F and EC. RGB value is (193,79,236). Sum of RGB (Red+Green+Blue) = 193+79+236=508 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.99% from 508); Green value is 79 (31.25% from 255 or 15.55% from 508); Blue value is 236 (92.58% from 255 or 46.46% from 508); Max value from RGB is 236 - color contains mainly: blue. Hex color #C14FEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C14FEC is #3EB013. Grayscale: #828282. Windows color (decimal): -4108308 or 15486913. OLE color: 15486913.

HSL color Cylindrical-coordinate representation of color #C14FEC: hue angle of 283.57º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C14FEC is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 193 79 236 -
CMYK 0.18 0.67 0 0.07
HSL 283.57º 0.81% 0.62% -
HSV(B) 283.57º 0.67% 0.93% -
XYZ 39.93 22.99 81.69 -
YUV 130.98 187.27 172.23 -
System Red Green Blue C M Y K H S L
Decimal 193 79 236 0.18 0.67 0 0.07 283.57 0.81 0.62
Hex C1 4F EC 12 43 0 7 11C 51 3E
Octal 301 117 354 22 103 0 7 434 121 76
Binary 11000001 1001111 11101100 10010 1000011 0 111 100011100 1010001 111110

Color Harmonies of #C14FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14FEC

Black with #C14FEC

Text Example


Text Example

White with #C14FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14FEC; }

 p { color: rgb(193,79,236); }

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

background-color css

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

 a { background-color: rgb(193,79,236); }

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

border-color css

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

 span { border-color: rgb(193,79,236); }

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