Html Css Color HEX #C14DD7 Medium Orchid

📋 copy color: '#C14DD7'

red 193 ◦ green 77 ◦ blue 215

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

Shades of Medium Orchid #C14DD7

Tints of Medium Orchid #C14DD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 44.33%

R = 39.79%
G = 15.88%
B = 44.33%

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

#C14DD7 (or 0xC14DD7) is known color: Medium Orchid. HEX triplet: C1, 4D and D7. RGB value is (193,77,215). Sum of RGB (Red+Green+Blue) = 193+77+215=485 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.79% from 485); Green value is 77 (30.47% from 255 or 15.88% from 485); Blue value is 215 (84.38% from 255 or 44.33% from 485); Max value from RGB is 215 - color contains mainly: blue. Hex color #C14DD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C14DD7 is #3EB228. Grayscale: #7E7E7E. Windows color (decimal): -4108841 or 14110145. OLE color: 14110145.

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

Color convert

RGB 193 77 215 -
CMYK 0.10 0.64 0 0.16
HSL 290.43º 0.63% 0.57% -
HSV(B) 290.43º 0.64% 0.84% -
XYZ 36.91 21.55 66.5 -
YUV 127.42 177.43 174.78 -
System Red Green Blue C M Y K H S L
Decimal 193 77 215 0.10 0.64 0 0.16 290.43 0.63 0.57
Hex C1 4D D7 A 40 0 10 122 3F 39
Octal 301 115 327 12 100 0 20 442 77 71
Binary 11000001 1001101 11010111 1010 1000000 0 10000 100100010 111111 111001

Color Harmonies of #C14DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14DD7

Black with #C14DD7

Text Example


Text Example

White with #C14DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14DD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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