Html Css Color HEX #C14DFB Medium Orchid

📋 copy color: '#C14DFB'

red 193 ◦ green 77 ◦ blue 251

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

Shades of Medium Orchid #C14DFB

Tints of Medium Orchid #C14DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 48.18%

R = 37.04%
G = 14.78%
B = 48.18%

CMYK

 C value IS 0.23

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C14DFB (or 0xC14DFB) is known color: Medium Orchid. HEX triplet: C1, 4D and FB. RGB value is (193,77,251). Sum of RGB (Red+Green+Blue) = 193+77+251=521 (69% of max value = 765). Red value is 193 (75.78% from 255 or 37.04% from 521); Green value is 77 (30.47% from 255 or 14.78% from 521); Blue value is 251 (98.44% from 255 or 48.18% from 521); Max value from RGB is 251 - color contains mainly: blue. Hex color #C14DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C14DFB is #3EB204. Grayscale: #828282. Windows color (decimal): -4108805 or 16469441. OLE color: 16469441.

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

Color convert

RGB 193 77 251 -
CMYK 0.23 0.69 0 0.02
HSL 280º 0.96% 0.64% -
HSV(B) 280º 0.69% 0.98% -
XYZ 42.06 23.61 93.61 -
YUV 131.52 195.43 171.85 -
System Red Green Blue C M Y K H S L
Decimal 193 77 251 0.23 0.69 0 0.02 280 0.96 0.64
Hex C1 4D FB 17 45 0 2 118 60 40
Octal 301 115 373 27 105 0 2 430 140 100
Binary 11000001 1001101 11111011 10111 1000101 0 10 100011000 1100000 1000000

Color Harmonies of #C14DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14DFB

Black with #C14DFB

Text Example


Text Example

White with #C14DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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