#C170E0

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

Shades of Medium Orchid #C170E0

Tints of Medium Orchid #C170E0

Color information

#C170E0 (or 0xC170E0) is unknown color: approx Medium Orchid. HEX triplet: C1, 70 and E0. RGB value is (193,112,224). Sum of RGB (Red+Green+Blue) = 193+112+224=529 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.48% from 529); Green value is 112 (44.14% from 255 or 21.17% from 529); Blue value is 224 (87.89% from 255 or 42.34% from 529); Max value from RGB is 224 - color contains mainly: blue. Hex color #C170E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C170E0 is #3E8F1F. Grayscale: #949494. Windows color (decimal): -4099872 or 14708929. OLE color: 14708929.

HSL color Cylindrical-coordinate representation of color #C170E0: hue angle of 283.39º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C170E0 is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB193112224-
CMYK0.140.5000.12
HSL283.39º64.37%65.88%-
HSV(B)283.39º50%87.84%-
XYZ41.2428.3173.81-
YUV148.99170.34159.39-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.48%
GREEN value IS 112 (44.14% from 255) = 21.17%
BLUE value IS 224 (87.89% from 255) = 42.34%
R=36.48%
G=21.17%
B=42.34%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1931122240.140.5000.12283.3964.3765.88
HexC170E0E320C11b4042
Octal3011603401662014433100102
Binary1100000111100001110000011101100100110010001101110000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C170E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C170E0; }

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

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

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

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

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

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

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

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