#C172DD

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

Shades of Medium Orchid #C172DD

Tints of Medium Orchid #C172DD

Color information

#C172DD (or 0xC172DD) is unknown color: approx Medium Orchid. HEX triplet: C1, 72 and DD. RGB value is (193,114,221). Sum of RGB (Red+Green+Blue) = 193+114+221=528 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.55% from 528); Green value is 114 (44.92% from 255 or 21.59% from 528); Blue value is 221 (86.72% from 255 or 41.86% from 528); Max value from RGB is 221 - color contains mainly: blue. Hex color #C172DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C172DD is #3E8D22. Grayscale: #959595. Windows color (decimal): -4099363 or 14512833. OLE color: 14512833.

HSL color Cylindrical-coordinate representation of color #C172DD: hue angle of 284.3º 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 #C172DD is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB193114221-
CMYK0.130.4800.13
HSL284.3º61.14%65.69%-
HSV(B)284.3º48.42%86.67%-
XYZ41.0628.5971.76-
YUV149.82168.17158.8-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.55%
GREEN value IS 114 (44.92% from 255) = 21.59%
BLUE value IS 221 (86.72% from 255) = 41.86%
R=36.55%
G=21.59%
B=41.86%

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
Decimal1931142210.130.4800.13284.361.1465.69
HexC172DDD300D11c3d42
Octal301162335156001543475102
Binary110000011110010110111011101110000011011000111001111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C172DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C172DD; }

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

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

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

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

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

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

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

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