Html Css Color HEX #C14EEC Medium Orchid

📋 copy color: '#C14EEC'

red 193 ◦ green 78 ◦ blue 236

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

Shades of Medium Orchid #C14EEC

Tints of Medium Orchid #C14EEC

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.38%

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

R = 38.07%
G = 15.38%
B = 46.55%

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

#C14EEC (or 0xC14EEC) is known color: Medium Orchid. HEX triplet: C1, 4E and EC. RGB value is (193,78,236). Sum of RGB (Red+Green+Blue) = 193+78+236=507 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.07% from 507); Green value is 78 (30.86% from 255 or 15.38% from 507); Blue value is 236 (92.58% from 255 or 46.55% from 507); Max value from RGB is 236 - color contains mainly: blue. Hex color #C14EEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C14EEC is #3EB113. Grayscale: #818181. Windows color (decimal): -4108564 or 15486657. OLE color: 15486657.

HSL color Cylindrical-coordinate representation of color #C14EEC: hue angle of 283.67º 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 #C14EEC is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 193 78 236 -
CMYK 0.18 0.67 0 0.07
HSL 283.67º 0.81% 0.62% -
HSV(B) 283.67º 0.67% 0.93% -
XYZ 39.86 22.84 81.67 -
YUV 130.4 187.6 172.65 -
System Red Green Blue C M Y K H S L
Decimal 193 78 236 0.18 0.67 0 0.07 283.67 0.81 0.62
Hex C1 4E EC 12 43 0 7 11C 51 3E
Octal 301 116 354 22 103 0 7 434 121 76
Binary 11000001 1001110 11101100 10010 1000011 0 111 100011100 1010001 111110

Color Harmonies of #C14EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14EEC

Black with #C14EEC

Text Example


Text Example

White with #C14EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14EEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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