Html Css Color HEX #C14EFF Medium Orchid

📋 copy color: '#C14EFF'

red 193 ◦ green 78 ◦ blue 255

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

Shades of Medium Orchid #C14EFF

Tints of Medium Orchid #C14EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.48%

R = 36.69%
G = 14.83%
B = 48.48%

CMYK

 C value IS 0.24

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C14EFF (or 0xC14EFF) is known color: Medium Orchid. HEX triplet: C1, 4E and FF. RGB value is (193,78,255). Sum of RGB (Red+Green+Blue) = 193+78+255=526 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.69% from 526); Green value is 78 (30.86% from 255 or 14.83% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #C14EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C14EFF is #3EB100. Grayscale: #838383. Windows color (decimal): -4108545 or 16731841. OLE color: 16731841.

HSL color Cylindrical-coordinate representation of color #C14EFF: hue angle of 278.98º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C14EFF is Cyan = 0.24, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 193 78 255 -
CMYK 0.24 0.69 0 0
HSL 278.98º 1% 0.65% -
HSV(B) 278.98º 0.69% 1% -
XYZ 42.77 24.01 96.99 -
YUV 132.56 197.1 171.11 -
System Red Green Blue C M Y K H S L
Decimal 193 78 255 0.24 0.69 0 0 278.98 1 0.65
Hex C1 4E FF 18 45 0 0 117 64 41
Octal 301 116 377 30 105 0 0 427 144 101
Binary 11000001 1001110 11111111 11000 1000101 0 0 100010111 1100100 1000001

Color Harmonies of #C14EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14EFF

Black with #C14EFF

Text Example


Text Example

White with #C14EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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