Html Css Color HEX #C14FFA Medium Orchid

📋 copy color: '#C14FFA'

red 193 ◦ green 79 ◦ blue 250

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

Shades of Medium Orchid #C14FFA

Tints of Medium Orchid #C14FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.89%

R = 36.97%
G = 15.13%
B = 47.89%

CMYK

 C value IS 0.23

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C14FFA (or 0xC14FFA) is known color: Medium Orchid. HEX triplet: C1, 4F and FA. RGB value is (193,79,250). Sum of RGB (Red+Green+Blue) = 193+79+250=522 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.97% from 522); Green value is 79 (31.25% from 255 or 15.13% from 522); Blue value is 250 (98.05% from 255 or 47.89% from 522); Max value from RGB is 250 - color contains mainly: blue. Hex color #C14FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C14FFA is #3EB005. Grayscale: #848484. Windows color (decimal): -4108294 or 16404417. OLE color: 16404417.

HSL color Cylindrical-coordinate representation of color #C14FFA: hue angle of 280º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C14FFA is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 193 79 250 -
CMYK 0.23 0.68 0 0.02
HSL 280º 0.94% 0.65% -
HSV(B) 280º 0.68% 0.98% -
XYZ 42.04 23.83 92.83 -
YUV 132.58 194.27 171.1 -
System Red Green Blue C M Y K H S L
Decimal 193 79 250 0.23 0.68 0 0.02 280 0.94 0.65
Hex C1 4F FA 17 44 0 2 118 5E 41
Octal 301 117 372 27 104 0 2 430 136 101
Binary 11000001 1001111 11111010 10111 1000100 0 10 100011000 1011110 1000001

Color Harmonies of #C14FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14FFA

Black with #C14FFA

Text Example


Text Example

White with #C14FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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