#C14DDD

Color #C14DDD Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #C14DDD

Tints of Medium Orchid #C14DDD

Color information

#C14DDD (or 0xC14DDD) is unknown color: approx Medium Orchid. HEX triplet: C1, 4D and DD. RGB value is (193,77,221). Sum of RGB (Red+Green+Blue) = 193+77+221=491 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.31% from 491); Green value is 77 (30.47% from 255 or 15.68% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 221 - color contains mainly: blue. Hex color #C14DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C14DDD is #3EB222. Grayscale: #7F7F7F. Windows color (decimal): -4108835 or 14503361. OLE color: 14503361.

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

Color convert

RGB19377221-
CMYK0.130.6500.13
HSL288.33º67.92%58.43%-
HSV(B)288.33º65.16%86.67%-
XYZ37.721.8770.64-
YUV128.1180.43174.29-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.31%
GREEN value IS 77 (30.47% from 255) = 15.68%
BLUE value IS 221 (86.72% from 255) = 45.01%
R=39.31%
G=15.68%
B=45.01%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal193772210.130.6500.13288.3367.9258.43
HexC14DDDD410D120443a
Octal3011153351510101544010472
Binary1100000110011011101110111011000001011011001000001000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14DDD; }

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

 H1.HeaderClassName
 {
   color: #C14DDD;
 }
 .AnyTagClassName
 {
   color: #C14DDD;
 }
</style>
background-color css

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

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

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

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

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

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