#C170D7

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

Shades of Medium Orchid #C170D7

Tints of Medium Orchid #C170D7

Color information

#C170D7 (or 0xC170D7) is unknown color: approx Medium Orchid. HEX triplet: C1, 70 and D7. RGB value is (193,112,215). Sum of RGB (Red+Green+Blue) = 193+112+215=520 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.12% from 520); Green value is 112 (44.14% from 255 or 21.54% from 520); Blue value is 215 (84.38% from 255 or 41.35% from 520); Max value from RGB is 215 - color contains mainly: blue. Hex color #C170D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C170D7 is #3E8F28. Grayscale: #939393. Windows color (decimal): -4099881 or 14119105. OLE color: 14119105.

HSL color Cylindrical-coordinate representation of color #C170D7: hue angle of 287.18º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C170D7 is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB193112215-
CMYK0.100.4800.16
HSL287.18º56.28%64.12%-
HSV(B)287.18º47.91%84.31%-
XYZ40.0527.8367.55-
YUV147.96165.84160.12-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.12%
GREEN value IS 112 (44.14% from 255) = 21.54%
BLUE value IS 215 (84.38% from 255) = 41.35%
R=37.12%
G=21.54%
B=41.35%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1931122150.100.4800.16287.1856.2864.12
HexC170D7A3001011f3840
Octal301160327126002043770100
Binary1100000111100001101011110101100000100001000111111110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C170D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C170D7; }

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

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

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

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

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

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

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

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