Html Css Color HEX #C14FD6 Medium Orchid

📋 copy color: '#C14FD6'

red 193 ◦ green 79 ◦ blue 214

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

Shades of Medium Orchid #C14FD6

Tints of Medium Orchid #C14FD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 44.03%

R = 39.71%
G = 16.26%
B = 44.03%

CMYK

 C value IS 0.10

 M value IS 0.63

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C14FD6 (or 0xC14FD6) is known color: Medium Orchid. HEX triplet: C1, 4F and D6. RGB value is (193,79,214). Sum of RGB (Red+Green+Blue) = 193+79+214=486 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.71% from 486); Green value is 79 (31.25% from 255 or 16.26% from 486); Blue value is 214 (83.98% from 255 or 44.03% from 486); Max value from RGB is 214 - color contains mainly: blue. Hex color #C14FD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C14FD6 is #3EB029. Grayscale: #808080. Windows color (decimal): -4108330 or 14045121. OLE color: 14045121.

HSL color Cylindrical-coordinate representation of color #C14FD6: hue angle of 290.67º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C14FD6 is Cyan = 0.10, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 193 79 214 -
CMYK 0.10 0.63 0 0.16
HSL 290.67º 0.62% 0.57% -
HSV(B) 290.67º 0.63% 0.84% -
XYZ 36.93 21.78 65.88 -
YUV 128.48 176.27 174.02 -
System Red Green Blue C M Y K H S L
Decimal 193 79 214 0.10 0.63 0 0.16 290.67 0.62 0.57
Hex C1 4F D6 A 3F 0 10 123 3E 39
Octal 301 117 326 12 77 0 20 443 76 71
Binary 11000001 1001111 11010110 1010 111111 0 10000 100100011 111110 111001

Color Harmonies of #C14FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14FD6

Black with #C14FD6

Text Example


Text Example

White with #C14FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14FD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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