Html Css Color HEX #C14ECE Medium Orchid

📋 copy color: '#C14ECE'

red 193 ◦ green 78 ◦ blue 206

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

Shades of Medium Orchid #C14ECE

Tints of Medium Orchid #C14ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.19%

R = 40.46%
G = 16.35%
B = 43.19%

CMYK

 C value IS 0.06

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C14ECE (or 0xC14ECE) is known color: Medium Orchid. HEX triplet: C1, 4E and CE. RGB value is (193,78,206). Sum of RGB (Red+Green+Blue) = 193+78+206=477 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.46% from 477); Green value is 78 (30.86% from 255 or 16.35% from 477); Blue value is 206 (80.86% from 255 or 43.19% from 477); Max value from RGB is 206 - color contains mainly: blue. Hex color #C14ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C14ECE is #3EB131. Grayscale: #7E7E7E. Windows color (decimal): -4108594 or 13520577. OLE color: 13520577.

HSL color Cylindrical-coordinate representation of color #C14ECE: hue angle of 293.91º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C14ECE is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 193 78 206 -
CMYK 0.06 0.62 0 0.19
HSL 293.91º 0.57% 0.56% -
HSV(B) 293.91º 0.62% 0.81% -
XYZ 35.86 21.24 60.6 -
YUV 126.98 172.6 175.09 -
System Red Green Blue C M Y K H S L
Decimal 193 78 206 0.06 0.62 0 0.19 293.91 0.57 0.56
Hex C1 4E CE 6 3E 0 13 126 39 38
Octal 301 116 316 6 76 0 23 446 71 70
Binary 11000001 1001110 11001110 110 111110 0 10011 100100110 111001 111000

Color Harmonies of #C14ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14ECE

Black with #C14ECE

Text Example


Text Example

White with #C14ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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