Html Css Color HEX #C14DDF Medium Orchid

📋 copy color: '#C14DDF'

red 193 ◦ green 77 ◦ blue 223

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

Shades of Medium Orchid #C14DDF

Tints of Medium Orchid #C14DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.23%

R = 39.15%
G = 15.62%
B = 45.23%

CMYK

 C value IS 0.13

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C14DDF (or 0xC14DDF) is known color: Medium Orchid. HEX triplet: C1, 4D and DF. RGB value is (193,77,223). Sum of RGB (Red+Green+Blue) = 193+77+223=493 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.15% from 493); Green value is 77 (30.47% from 255 or 15.62% from 493); Blue value is 223 (87.5% from 255 or 45.23% from 493); Max value from RGB is 223 - color contains mainly: blue. Hex color #C14DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C14DDF is #3EB220. Grayscale: #7F7F7F. Windows color (decimal): -4108833 or 14634433. OLE color: 14634433.

HSL color Cylindrical-coordinate representation of color #C14DDF: hue angle of 287.67º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C14DDF is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 193 77 223 -
CMYK 0.13 0.65 0 0.13
HSL 287.67º 0.7% 0.59% -
HSV(B) 287.67º 0.65% 0.87% -
XYZ 37.97 21.97 72.05 -
YUV 128.33 181.43 174.13 -
System Red Green Blue C M Y K H S L
Decimal 193 77 223 0.13 0.65 0 0.13 287.67 0.7 0.59
Hex C1 4D DF D 41 0 D 120 46 3B
Octal 301 115 337 15 101 0 15 440 106 73
Binary 11000001 1001101 11011111 1101 1000001 0 1101 100100000 1000110 111011

Color Harmonies of #C14DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14DDF

Black with #C14DDF

Text Example


Text Example

White with #C14DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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