Html Css Color HEX #C14CD6 Medium Orchid

📋 copy color: '#C14CD6'

red 193 ◦ green 76 ◦ blue 214

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

Shades of Medium Orchid #C14CD6

Tints of Medium Orchid #C14CD6

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.73%

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

R = 39.96%
G = 15.73%
B = 44.31%

CMYK

 C value IS 0.10

 M value IS 0.64

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C14CD6 (or 0xC14CD6) is known color: Medium Orchid. HEX triplet: C1, 4C and D6. RGB value is (193,76,214). Sum of RGB (Red+Green+Blue) = 193+76+214=483 (63% of max value = 765). Red value is 193 (75.78% from 255 or 39.96% from 483); Green value is 76 (30.08% from 255 or 15.73% from 483); Blue value is 214 (83.98% from 255 or 44.31% from 483); Max value from RGB is 214 - color contains mainly: blue. Hex color #C14CD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C14CD6 is #3EB329. Grayscale: #7E7E7E. Windows color (decimal): -4109098 or 14044353. OLE color: 14044353.

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

Color convert

RGB 193 76 214 -
CMYK 0.10 0.64 0 0.16
HSL 290.87º 0.63% 0.57% -
HSV(B) 290.87º 0.64% 0.84% -
XYZ 36.71 21.36 65.81 -
YUV 126.72 177.26 175.28 -
System Red Green Blue C M Y K H S L
Decimal 193 76 214 0.10 0.64 0 0.16 290.87 0.63 0.57
Hex C1 4C D6 A 40 0 10 123 3F 39
Octal 301 114 326 12 100 0 20 443 77 71
Binary 11000001 1001100 11010110 1010 1000000 0 10000 100100011 111111 111001

Color Harmonies of #C14CD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14CD6

Black with #C14CD6

Text Example


Text Example

White with #C14CD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14CD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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