#C174DD

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

Shades of Medium Orchid #C174DD

Tints of Medium Orchid #C174DD

Color information

#C174DD (or 0xC174DD) is unknown color: approx Medium Orchid. HEX triplet: C1, 74 and DD. RGB value is (193,116,221). Sum of RGB (Red+Green+Blue) = 193+116+221=530 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.42% from 530); Green value is 116 (45.70% from 255 or 21.89% from 530); Blue value is 221 (86.72% from 255 or 41.70% from 530); Max value from RGB is 221 - color contains mainly: blue. Hex color #C174DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C174DD is #3E8B22. Grayscale: #969696. Windows color (decimal): -4098851 or 14513345. OLE color: 14513345.

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

Color convert

RGB193116221-
CMYK0.130.4800.13
HSL284º60.69%66.08%-
HSV(B)284º47.51%86.67%-
XYZ41.2929.0571.84-
YUV150.99167.51157.96-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.42%
GREEN value IS 116 (45.70% from 255) = 21.89%
BLUE value IS 221 (86.72% from 255) = 41.70%
R=36.42%
G=21.89%
B=41.70%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1931162210.130.4800.1328460.6966.08
HexC174DDD300D11c3d42
Octal301164335156001543475102
Binary110000011110100110111011101110000011011000111001111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C174DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C174DD; }

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

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

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

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

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

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

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

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