Html Css Color HEX #C14EED Medium Orchid

📋 copy color: '#C14EED'

red 193 ◦ green 78 ◦ blue 237

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

Shades of Medium Orchid #C14EED

Tints of Medium Orchid #C14EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 46.65%

R = 37.99%
G = 15.35%
B = 46.65%

CMYK

 C value IS 0.19

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C14EED (or 0xC14EED) is known color: Medium Orchid. HEX triplet: C1, 4E and ED. RGB value is (193,78,237). Sum of RGB (Red+Green+Blue) = 193+78+237=508 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.99% from 508); Green value is 78 (30.86% from 255 or 15.35% from 508); Blue value is 237 (92.97% from 255 or 46.65% from 508); Max value from RGB is 237 - color contains mainly: blue. Hex color #C14EED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C14EED is #3EB112. Grayscale: #818181. Windows color (decimal): -4108563 or 15552193. OLE color: 15552193.

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

Color convert

RGB 193 78 237 -
CMYK 0.19 0.67 0 0.07
HSL 283.4º 0.82% 0.62% -
HSV(B) 283.4º 0.67% 0.93% -
XYZ 40 22.9 82.43 -
YUV 130.51 188.1 172.57 -
System Red Green Blue C M Y K H S L
Decimal 193 78 237 0.19 0.67 0 0.07 283.4 0.82 0.62
Hex C1 4E ED 13 43 0 7 11B 52 3E
Octal 301 116 355 23 103 0 7 433 122 76
Binary 11000001 1001110 11101101 10011 1000011 0 111 100011011 1010010 111110

Color Harmonies of #C14EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14EED

Black with #C14EED

Text Example


Text Example

White with #C14EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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