#C168E0

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

Shades of Medium Orchid #C168E0

Tints of Medium Orchid #C168E0

Color information

#C168E0 (or 0xC168E0) is unknown color: approx Medium Orchid. HEX triplet: C1, 68 and E0. RGB value is (193,104,224). Sum of RGB (Red+Green+Blue) = 193+104+224=521 (69% of max value = 765). Red value is 193 (75.78% from 255 or 37.04% from 521); Green value is 104 (41.02% from 255 or 19.96% from 521); Blue value is 224 (87.89% from 255 or 42.99% from 521); Max value from RGB is 224 - color contains mainly: blue. Hex color #C168E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C168E0 is #3E971F. Grayscale: #8F8F8F. Windows color (decimal): -4101920 or 14706881. OLE color: 14706881.

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

Color convert

RGB193104224-
CMYK0.140.5400.12
HSL284.5º65.93%64.31%-
HSV(B)284.5º53.57%87.84%-
XYZ40.426.6273.53-
YUV144.29172.99162.74-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.04%
GREEN value IS 104 (41.02% from 255) = 19.96%
BLUE value IS 224 (87.89% from 255) = 42.99%
R=37.04%
G=19.96%
B=42.99%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1931042240.140.5400.12284.565.9364.31
HexC168E0E360C11c4240
Octal3011503401666014434102100
Binary1100000111010001110000011101101100110010001110010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C168E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C168E0; }

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

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

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

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

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

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

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

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