Html Css Color HEX #C14FFE Medium Orchid

📋 copy color: '#C14FFE'

red 193 ◦ green 79 ◦ blue 254

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

Shades of Medium Orchid #C14FFE

Tints of Medium Orchid #C14FFE

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.02%

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

R = 36.69%
G = 15.02%
B = 48.29%

CMYK

 C value IS 0.24

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C14FFE (or 0xC14FFE) is known color: Medium Orchid. HEX triplet: C1, 4F and FE. RGB value is (193,79,254). Sum of RGB (Red+Green+Blue) = 193+79+254=526 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.69% from 526); Green value is 79 (31.25% from 255 or 15.02% from 526); Blue value is 254 (99.61% from 255 or 48.29% from 526); Max value from RGB is 254 - color contains mainly: blue. Hex color #C14FFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C14FFE is #3EB001. Grayscale: #848484. Windows color (decimal): -4108290 or 16666561. OLE color: 16666561.

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

Color convert

RGB 193 79 254 -
CMYK 0.24 0.69 0 0.00
HSL 279.09º 0.99% 0.65% -
HSV(B) 279.09º 0.69% 1% -
XYZ 42.68 24.09 96.17 -
YUV 133.04 196.27 170.77 -
System Red Green Blue C M Y K H S L
Decimal 193 79 254 0.24 0.69 0 0.00 279.09 0.99 0.65
Hex C1 4F FE 18 45 0 0 117 63 41
Octal 301 117 376 30 105 0 0 427 143 101
Binary 11000001 1001111 11111110 11000 1000101 0 0 100010111 1100011 1000001

Color Harmonies of #C14FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14FFE

Black with #C14FFE

Text Example


Text Example

White with #C14FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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