#C165D1

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

Shades of Medium Orchid #C165D1

Tints of Medium Orchid #C165D1

Color information

#C165D1 (or 0xC165D1) is unknown color: approx Medium Orchid. HEX triplet: C1, 65 and D1. RGB value is (193,101,209). Sum of RGB (Red+Green+Blue) = 193+101+209=503 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.37% from 503); Green value is 101 (39.84% from 255 or 20.08% from 503); Blue value is 209 (82.03% from 255 or 41.55% from 503); Max value from RGB is 209 - color contains mainly: blue. Hex color #C165D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C165D1 is #3E9A2E. Grayscale: #8C8C8C. Windows color (decimal): -4102703 or 13723073. OLE color: 13723073.

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

Color convert

RGB193101209-
CMYK0.080.5200.18
HSL291.11º54%60.78%-
HSV(B)291.11º51.67%81.96%-
XYZ38.1525.2563.18-
YUV140.82166.48165.22-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.37%
GREEN value IS 101 (39.84% from 255) = 20.08%
BLUE value IS 209 (82.03% from 255) = 41.55%
R=38.37%
G=20.08%
B=41.55%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1931012090.080.5200.18291.115460.78
HexC165D1834012123363d
Octal30114532110640224436675
Binary110000011100101110100011000110100010010100100011110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C165D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C165D1; }

 p { color: rgb(193,101,209); }

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

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

 a { background-color: rgb(193,101,209); }

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

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

 span { border-color: rgb(193,101,209); }

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