Html Css Color HEX #C14EDD Medium Orchid

📋 copy color: '#C14EDD'

red 193 ◦ green 78 ◦ blue 221

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

Shades of Medium Orchid #C14EDD

Tints of Medium Orchid #C14EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.92%

R = 39.23%
G = 15.85%
B = 44.92%

CMYK

 C value IS 0.13

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C14EDD (or 0xC14EDD) is known color: Medium Orchid. HEX triplet: C1, 4E and DD. RGB value is (193,78,221). Sum of RGB (Red+Green+Blue) = 193+78+221=492 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.23% from 492); Green value is 78 (30.86% from 255 or 15.85% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 221 - color contains mainly: blue. Hex color #C14EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C14EDD is #3EB122. Grayscale: #808080. Windows color (decimal): -4108579 or 14503617. OLE color: 14503617.

HSL color Cylindrical-coordinate representation of color #C14EDD: hue angle of 288.25º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C14EDD is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 193 78 221 -
CMYK 0.13 0.65 0 0.13
HSL 288.25º 0.68% 0.59% -
HSV(B) 288.25º 0.65% 0.87% -
XYZ 37.77 22.01 70.66 -
YUV 128.69 180.1 173.87 -
System Red Green Blue C M Y K H S L
Decimal 193 78 221 0.13 0.65 0 0.13 288.25 0.68 0.59
Hex C1 4E DD D 41 0 D 120 44 3B
Octal 301 116 335 15 101 0 15 440 104 73
Binary 11000001 1001110 11011101 1101 1000001 0 1101 100100000 1000100 111011

Color Harmonies of #C14EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14EDD

Black with #C14EDD

Text Example


Text Example

White with #C14EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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