#C168D0

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

Shades of Medium Orchid #C168D0

Tints of Medium Orchid #C168D0

Color information

#C168D0 (or 0xC168D0) is unknown color: approx Medium Orchid. HEX triplet: C1, 68 and D0. RGB value is (193,104,208). Sum of RGB (Red+Green+Blue) = 193+104+208=505 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.22% from 505); Green value is 104 (41.02% from 255 or 20.59% from 505); Blue value is 208 (81.64% from 255 or 41.19% from 505); Max value from RGB is 208 - color contains mainly: blue. Hex color #C168D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C168D0 is #3E972F. Grayscale: #8E8E8E. Windows color (decimal): -4101936 or 13658305. OLE color: 13658305.

HSL color Cylindrical-coordinate representation of color #C168D0: hue angle of 291.35º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C168D0 is Cyan = 0.07, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB193104208-
CMYK0.070.500.18
HSL291.35º52.53%61.18%-
HSV(B)291.35º50%81.57%-
XYZ38.3325.7962.63-
YUV142.47164.99164.04-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.22%
GREEN value IS 104 (41.02% from 255) = 20.59%
BLUE value IS 208 (81.64% from 255) = 41.19%
R=38.22%
G=20.59%
B=41.19%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1931042080.070.500.18291.3552.5361.18
HexC168D0732012123353d
Octal3011503207620224436575
Binary11000001110100011010000111110010010010100100011110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C168D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C168D0; }

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

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

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

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

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

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

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

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