#C169E4

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

Shades of Medium Orchid #C169E4

Tints of Medium Orchid #C169E4

Color information

#C169E4 (or 0xC169E4) is unknown color: approx Medium Orchid. HEX triplet: C1, 69 and E4. RGB value is (193,105,228). Sum of RGB (Red+Green+Blue) = 193+105+228=526 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.69% from 526); Green value is 105 (41.41% from 255 or 19.96% from 526); Blue value is 228 (89.45% from 255 or 43.35% from 526); Max value from RGB is 228 - color contains mainly: blue. Hex color #C169E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C169E4 is #3E961B. Grayscale: #909090. Windows color (decimal): -4101660 or 14969281. OLE color: 14969281.

HSL color Cylindrical-coordinate representation of color #C169E4: hue angle of 282.93º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C169E4 is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB193105228-
CMYK0.150.5400.11
HSL282.93º69.49%65.29%-
HSV(B)282.93º53.95%89.41%-
XYZ41.0527.0476.45-
YUV145.33174.65162-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.69%
GREEN value IS 105 (41.41% from 255) = 19.96%
BLUE value IS 228 (89.45% from 255) = 43.35%
R=36.69%
G=19.96%
B=43.35%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1931052280.150.5400.11282.9369.4965.29
HexC169E4F360B11b4541
Octal3011513441766013433105101
Binary1100000111010011110010011111101100101110001101110001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C169E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C169E4; }

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

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

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

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

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

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

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

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