Html Css Color HEX #C14DD5 Medium Orchid

📋 copy color: '#C14DD5'

red 193 ◦ green 77 ◦ blue 213

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

Shades of Medium Orchid #C14DD5

Tints of Medium Orchid #C14DD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 44.1%

R = 39.96%
G = 15.94%
B = 44.1%

CMYK

 C value IS 0.09

 M value IS 0.64

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C14DD5 (or 0xC14DD5) is known color: Medium Orchid. HEX triplet: C1, 4D and D5. RGB value is (193,77,213). Sum of RGB (Red+Green+Blue) = 193+77+213=483 (63% of max value = 765). Red value is 193 (75.78% from 255 or 39.96% from 483); Green value is 77 (30.47% from 255 or 15.94% from 483); Blue value is 213 (83.59% from 255 or 44.10% from 483); Max value from RGB is 213 - color contains mainly: blue. Hex color #C14DD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C14DD5 is #3EB22A. Grayscale: #7E7E7E. Windows color (decimal): -4108843 or 13979073. OLE color: 13979073.

HSL color Cylindrical-coordinate representation of color #C14DD5: hue angle of 291.18º degrees, saturation: 0.62, 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 #C14DD5 is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 193 77 213 -
CMYK 0.09 0.64 0 0.16
HSL 291.18º 0.62% 0.57% -
HSV(B) 291.18º 0.64% 0.84% -
XYZ 36.66 21.45 65.16 -
YUV 127.19 176.43 174.94 -
System Red Green Blue C M Y K H S L
Decimal 193 77 213 0.09 0.64 0 0.16 291.18 0.62 0.57
Hex C1 4D D5 9 40 0 10 123 3E 39
Octal 301 115 325 11 100 0 20 443 76 71
Binary 11000001 1001101 11010101 1001 1000000 0 10000 100100011 111110 111001

Color Harmonies of #C14DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14DD5

Black with #C14DD5

Text Example


Text Example

White with #C14DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14DD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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