Html Css Color HEX #C14DFE Medium Orchid

📋 copy color: '#C14DFE'

red 193 ◦ green 77 ◦ blue 254

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

Shades of Medium Orchid #C14DFE

Tints of Medium Orchid #C14DFE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 14.69%

 BLUE value IS 254 (99.61% from 255) = 48.47%

R = 36.83%
G = 14.69%
B = 48.47%

CMYK

 C value IS 0.24

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C14DFE (or 0xC14DFE) is known color: Medium Orchid. HEX triplet: C1, 4D and FE. RGB value is (193,77,254). Sum of RGB (Red+Green+Blue) = 193+77+254=524 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.83% from 524); Green value is 77 (30.47% from 255 or 14.69% from 524); Blue value is 254 (99.61% from 255 or 48.47% from 524); Max value from RGB is 254 - color contains mainly: blue. Hex color #C14DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C14DFE is #3EB201. Grayscale: #838383. Windows color (decimal): -4108802 or 16666049. OLE color: 16666049.

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

Color convert

RGB 193 77 254 -
CMYK 0.24 0.70 0 0.00
HSL 279.32º 0.99% 0.65% -
HSV(B) 279.32º 0.7% 1% -
XYZ 42.54 23.8 96.12 -
YUV 131.86 196.93 171.61 -
System Red Green Blue C M Y K H S L
Decimal 193 77 254 0.24 0.70 0 0.00 279.32 0.99 0.65
Hex C1 4D FE 18 46 0 0 117 63 41
Octal 301 115 376 30 106 0 0 427 143 101
Binary 11000001 1001101 11111110 11000 1000110 0 0 100010111 1100011 1000001

Color Harmonies of #C14DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14DFE

Black with #C14DFE

Text Example


Text Example

White with #C14DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14DFE; }

 p { color: rgb(193,77,254); }

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

background-color css

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

 a { background-color: rgb(193,77,254); }

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

border-color css

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

 span { border-color: rgb(193,77,254); }

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