#C169CD

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

Shades of Medium Orchid #C169CD

Tints of Medium Orchid #C169CD

Color information

#C169CD (or 0xC169CD) is unknown color: approx Medium Orchid. HEX triplet: C1, 69 and CD. RGB value is (193,105,205). Sum of RGB (Red+Green+Blue) = 193+105+205=503 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.37% from 503); Green value is 105 (41.41% from 255 or 20.87% from 503); Blue value is 205 (80.47% from 255 or 40.76% from 503); Max value from RGB is 205 - color contains mainly: blue. Hex color #C169CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C169CD is #3E9632. Grayscale: #8E8E8E. Windows color (decimal): -4101683 or 13461953. OLE color: 13461953.

HSL color Cylindrical-coordinate representation of color #C169CD: hue angle of 292.8º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C169CD is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB193105205-
CMYK0.060.4900.20
HSL292.8º50%60.78%-
HSV(B)292.8º48.78%80.39%-
XYZ38.0625.8560.74-
YUV142.71163.15163.87-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.37%
GREEN value IS 105 (41.41% from 255) = 20.87%
BLUE value IS 205 (80.47% from 255) = 40.76%
R=38.37%
G=20.87%
B=40.76%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1931052050.060.4900.20292.85060.78
HexC169CD631014125323d
Octal3011513156610244456275
Binary11000001110100111001101110110001010100100100101110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C169CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C169CD; }

 p { color: rgb(193,105,205); }

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

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

 a { background-color: rgb(193,105,205); }

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

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

 span { border-color: rgb(193,105,205); }

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