#C166CE

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

Shades of Medium Orchid #C166CE

Tints of Medium Orchid #C166CE

Color information

#C166CE (or 0xC166CE) is unknown color: approx Medium Orchid. HEX triplet: C1, 66 and CE. RGB value is (193,102,206). Sum of RGB (Red+Green+Blue) = 193+102+206=501 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.52% from 501); Green value is 102 (40.23% from 255 or 20.36% from 501); Blue value is 206 (80.86% from 255 or 41.12% from 501); Max value from RGB is 206 - color contains mainly: blue. Hex color #C166CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C166CE is #3E9931. Grayscale: #8C8C8C. Windows color (decimal): -4102450 or 13526721. OLE color: 13526721.

HSL color Cylindrical-coordinate representation of color #C166CE: hue angle of 292.5º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C166CE is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB193102206-
CMYK0.060.5000.19
HSL292.5º51.49%60.39%-
HSV(B)292.5º50.49%80.78%-
XYZ37.8825.361.28-
YUV141.06164.65165.04-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.52%
GREEN value IS 102 (40.23% from 255) = 20.36%
BLUE value IS 206 (80.86% from 255) = 41.12%
R=38.52%
G=20.36%
B=41.12%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1931022060.060.5000.19292.551.4960.39
HexC166CE632013124333c
Octal3011463166620234446374
Binary11000001110011011001110110110010010011100100100110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C166CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C166CE; }

 p { color: rgb(193,102,206); }

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

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

 a { background-color: rgb(193,102,206); }

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

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

 span { border-color: rgb(193,102,206); }

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