Html Css Color HEX #C14EEF Medium Orchid

📋 copy color: '#C14EEF'

red 193 ◦ green 78 ◦ blue 239

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

Shades of Medium Orchid #C14EEF

Tints of Medium Orchid #C14EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 46.86%

R = 37.84%
G = 15.29%
B = 46.86%

CMYK

 C value IS 0.19

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C14EEF (or 0xC14EEF) is known color: Medium Orchid. HEX triplet: C1, 4E and EF. RGB value is (193,78,239). Sum of RGB (Red+Green+Blue) = 193+78+239=510 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.84% from 510); Green value is 78 (30.86% from 255 or 15.29% from 510); Blue value is 239 (93.75% from 255 or 46.86% from 510); Max value from RGB is 239 - color contains mainly: blue. Hex color #C14EEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C14EEF is #3EB110. Grayscale: #828282. Windows color (decimal): -4108561 or 15683265. OLE color: 15683265.

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

Color convert

RGB 193 78 239 -
CMYK 0.19 0.67 0 0.06
HSL 282.86º 0.83% 0.62% -
HSV(B) 282.86º 0.67% 0.94% -
XYZ 40.3 23.02 83.98 -
YUV 130.74 189.1 172.41 -
System Red Green Blue C M Y K H S L
Decimal 193 78 239 0.19 0.67 0 0.06 282.86 0.83 0.62
Hex C1 4E EF 13 43 0 6 11B 53 3E
Octal 301 116 357 23 103 0 6 433 123 76
Binary 11000001 1001110 11101111 10011 1000011 0 110 100011011 1010011 111110

Color Harmonies of #C14EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14EEF

Black with #C14EEF

Text Example


Text Example

White with #C14EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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