Html Css Color HEX #C14DEC Medium Orchid

📋 copy color: '#C14DEC'

red 193 ◦ green 77 ◦ blue 236

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

Shades of Medium Orchid #C14DEC

Tints of Medium Orchid #C14DEC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.22%

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

R = 38.14%
G = 15.22%
B = 46.64%

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

#C14DEC (or 0xC14DEC) is known color: Medium Orchid. HEX triplet: C1, 4D and EC. RGB value is (193,77,236). Sum of RGB (Red+Green+Blue) = 193+77+236=506 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.14% from 506); Green value is 77 (30.47% from 255 or 15.22% from 506); Blue value is 236 (92.58% from 255 or 46.64% from 506); Max value from RGB is 236 - color contains mainly: blue. Hex color #C14DEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C14DEC is #3EB213. Grayscale: #818181. Windows color (decimal): -4108820 or 15486401. OLE color: 15486401.

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

Color convert

RGB 193 77 236 -
CMYK 0.18 0.67 0 0.07
HSL 283.77º 0.81% 0.61% -
HSV(B) 283.77º 0.67% 0.93% -
XYZ 39.79 22.7 81.64 -
YUV 129.81 187.93 173.07 -
System Red Green Blue C M Y K H S L
Decimal 193 77 236 0.18 0.67 0 0.07 283.77 0.81 0.61
Hex C1 4D EC 12 43 0 7 11C 51 3D
Octal 301 115 354 22 103 0 7 434 121 75
Binary 11000001 1001101 11101100 10010 1000011 0 111 100011100 1010001 111101

Color Harmonies of #C14DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14DEC

Black with #C14DEC

Text Example


Text Example

White with #C14DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14DEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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