Html Css Color HEX #C14FFF Medium Orchid

📋 copy color: '#C14FFF'

red 193 ◦ green 79 ◦ blue 255

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

Shades of Medium Orchid #C14FFF

Tints of Medium Orchid #C14FFF

RGB

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

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

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

R = 36.62%
G = 14.99%
B = 48.39%

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

#C14FFF (or 0xC14FFF) is known color: Medium Orchid. HEX triplet: C1, 4F and FF. RGB value is (193,79,255). Sum of RGB (Red+Green+Blue) = 193+79+255=527 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.62% from 527); Green value is 79 (31.25% from 255 or 14.99% from 527); Blue value is 255 (100% from 255 or 48.39% from 527); Max value from RGB is 255 - color contains mainly: blue. Hex color #C14FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C14FFF is #3EB000. Grayscale: #848484. Windows color (decimal): -4108289 or 16732097. OLE color: 16732097.

HSL color Cylindrical-coordinate representation of color #C14FFF: hue angle of 278.86º 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 #C14FFF is Cyan = 0.24, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 193 79 255 -
CMYK 0.24 0.69 0 0
HSL 278.86º 1% 0.65% -
HSV(B) 278.86º 0.69% 1% -
XYZ 42.84 24.15 97.01 -
YUV 133.15 196.77 170.69 -
System Red Green Blue C M Y K H S L
Decimal 193 79 255 0.24 0.69 0 0 278.86 1 0.65
Hex C1 4F FF 18 45 0 0 117 64 41
Octal 301 117 377 30 105 0 0 427 144 101
Binary 11000001 1001111 11111111 11000 1000101 0 0 100010111 1100100 1000001

Color Harmonies of #C14FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14FFF

Black with #C14FFF

Text Example


Text Example

White with #C14FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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